Skip to content

Commit d0d2ac5

Browse files
committed
47a3b4d feat(dart/transform): Promote missing Directive warning to error
1 parent f31ac30 commit d0d2ac5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fri Jan 22 00:56:44 UTC 2016
2-
c72ed991ada4bef1d822132a697e57e088a0b71f
1+
Fri Jan 22 00:58:28 UTC 2016
2+
47a3b4d56ba75f888cbe2ba30fdff141fa03283d

lib/src/transform/template_compiler/compile_data_creator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class _CompileDataCreator {
130130
} else if (depNgMeta.aliases.containsKey(dep.name)) {
131131
resolvedMetadata.addAll(depNgMeta.flatten(dep.name));
132132
} else {
133-
log.warning(
133+
log.error(
134134
'Could not find Directive/Pipe entry for $dep. '
135135
'Please be aware that Dart transformers have limited support for '
136136
'reusable, pre-defined lists of Directives/Pipes (aka '

0 commit comments

Comments
 (0)