dart-archive / bazel

Bazel support for Dart projects [EXPERIMENTAL]
https://pub.dartlang.org/packages/dazel
33 stars 13 forks source link

Expected outputs aren't filtered by input extension #205

Closed natebosch closed 6 years ago

natebosch commented 6 years ago

When we run with a buildExtensions which has multiple input extensions we overspecify the expected outputs because we do the translation even for inputs that don't match.

natebosch commented 6 years ago

cc @nshahan