class CommandLineOptions


Options that may be used either in build.dart or by the linter and deploy tools.

Constructors

CommandLineOptions(List<String> changedFiles, List<String> removedFiles, bool clean, bool full, bool machineFormat, bool forceDeploy, String outDir, bool directlyIncludeJS, bool contentSecurityPolicy, bool releaseMode)

Properties

changedFiles → List<String>

Files marked as changed.

read-only
clean → bool

Whether to clean intermediate artifacts, if any.

read-only
contentSecurityPolicy → bool

True to use the CSP-compliant JS file.

read-only
directlyIncludeJS → bool

True to include the JS script tag directly, without the "packages/browser/dart.js" trampoline.

read-only
forceDeploy → bool

Whether the force deploy option was passed in the command line.

read-only
full → bool

Whether to do a full build (as if all files have changed).

read-only
hashCode → int

Get a hash code for this object.

read-only, inherited
machineFormat → bool

Whether to print results using a machine parseable format.

read-only
outDir → String

Location where to generate output files.

read-only
releaseMode → bool

Run transformers in release mode. For instance, uses the minified versions of the web_components polyfill.

read-only
removedFiles → List<String>

Files marked as removed.

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