package:build_runner v2.10.1
·
4 commits
to master
since this release
- Performance: improve
findAssetsscalability, making it much faster for
prefix matches in packages with thousands of files or more. One specific use
case that is now faster is builders that usesource_genshared parts, for
examplebuilt_valueandjson_serializable. - Bug fix: look up triggers in the
triggerssection ofbuild.yamlusing the
full name. For the case in which the builder name matched the package name,
the abbreviated name was being used instead. - Bug fix: fix incorrect log
with build_runner/aoton Windows with JIT.