Dart2js class
Utility tasks for invoking dart2js.
Constructors
- Dart2js()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, 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
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited
Static Methods
-
compile(
File sourceFile, { Directory outDir, File outFile, bool minify: false, bool csp: false, bool enableExperimentalMirrors: false, String categories, List< String> extraArgs: const [] }) → void -
Invoke a dart2js compile with the given
sourceFileas input. -
compileAsync(
File sourceFile, { Directory outDir, File outFile, bool minify: false, bool csp: false, bool enableExperimentalMirrors: false, String categories, List< String> extraArgs: const [] }) → Future -
Invoke a dart2js compile with the given
sourceFileas input. -
version(
{bool quiet: false }) → String