package:build_test v3.4.0
·
64 commits
to master
since this release
- Support post process builders in
testBuilders. And, addappliesBuilders
so that builders can apply post process builders. - Add
testBuilderFactories: liketestBuilders, but provide the builder
factories instead of the builders. Use this to allow config read from
build.yamlto be passed in to the factory. TestBuildernow accepts aname: this is the name that will be shown
in logging and can be used to refer to the builder inbuild.yaml.- More realistic test builds: in
resolveSourcesandtestBuilders, stop
builders reading from.dart_tool. - Bug fix: in
testBuilders, configure the root package correctly when it
has no sources. - Use
build_runner_core9.4.0. - Remove unused dep:
build_resolvers. - Remove unused dep:
build_runner_core.