build_modules 0.2.0 copy "build_modules: ^0.2.0" to clipboard
build_modules: ^0.2.0 copied to clipboard

outdatedDart 1 only

Builders for Dart modules

0.2.0 #

  • computeTransitiveDependencies now throws a MissingModulesException instead of logging a warning if it discovers a missing module.

0.1.0+2 #

  • Fix a bug with the dart2js workers where the worker could hang if you try to re-use it after calling terminateWorkers. This only really surfaces in test environments.

0.1.0+1 #

  • Fix a bug with imports to libraries that have names starting with dart.

0.1.0 #

  • Split from build_web_compilers.