package:build_runner v2.10.0
·
33 commits
to master
since this release
- Add AOT compilation of builders. A future release will AOT compile builders
automatically, for this release it's behind a flag. AOT compiled builders
start up faster and have higher throughput, for faster builds overall.
Builders that usedart:mirrorscannot be AOT compiled. - Add
force-aotflag to AOT compile builders. - Add
force-jitflag to force the current default of JIT compiling builders. - Add the
--dart-jit-vm-argoption. Its values are passed todart runwhen
a build script is started in JIT mode. This allows specifying options to
attach a debugger to builders. - Require
analyzer8.0.0. Remove use of deprecatedanalyzermembers, use
their recommended and compatible replacements. - Internal changes for
build_test.