BaseBundler class abstract

Implementers

Constructors

BaseBundler(Destination destination, {required String dependencyMainFile, required bool debug})

Properties

buffer StringBuffer
getter/setter pair
bundleFile File
getter/setter pair
bundlePath String
getter/setter pair
debug bool
getter/setter pair
dependencyMainFile String
getter/setter pair
destination Destination
final
hashCode int
The hash code for this object.
no setterinherited
outputDir Directory
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bundleFiles(List<String> files, String dependencySrc, StringBuffer buff) → void
destroyBundleFile() → void
end(Stopwatch stopwatch) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited