If a generated asset didn't change, don't invalidate things that depend on it #91
Labels
P3
A lower priority bug or feature request
package:build_runner
type-enhancement
A request for a change that isn't a bug
If you have a graph like
foo.dart
=>foo.dart.summary
, things that depend onfoo.dart.summary
should only get regenerated if that file changes.Today that is not the case, everything is invalidated up front.
The text was updated successfully, but these errors were encountered: