class PolymerTransformerGroup


The Polymer transformer, which internally runs several phases that will: * Extract inlined script tags into their separate files * Apply the observable transformer on every Dart script. * Inline imported html files * Combine scripts from multiple files into a single script tag * Inject extra polyfills needed to run on all browsers.

At the end of these phases, this tranformer produces a single entrypoint HTML file with a single Dart script that can later be compiled with dart2js.

Implements
  • TransformerGroup

Constructors

PolymerTransformerGroup(TransformOptions options)

PolymerTransformerGroup.asPlugin(BarbackSettings settings)

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
phases → Iterable<Iterable>

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited