build icon indicating copy to clipboard operation
build copied to clipboard

Add a stronger validation when attempting to configure a builder from a missing package

Open natebosch opened this issue 5 years ago • 0 comments

Around here: https://github.com/dart-lang/build/blob/593931a940dfa6236c50d034e51bc00ff97f5ac0/build_runner_core/lib/src/validation/config_validation.dart#L26

We have a validation for the full package_name:builder_name key, but if the package doesn't exist at all we could give a more clear error.

natebosch avatar Jul 02 '19 16:07 natebosch