mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
feat(dart/transform): Promote missing Directive warning to error
Closes #6519 Closes #6568
This commit is contained in:
parent
c72ed991ad
commit
47a3b4d56b
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class _CompileDataCreator {
|
|||
} else if (depNgMeta.aliases.containsKey(dep.name)) {
|
||||
resolvedMetadata.addAll(depNgMeta.flatten(dep.name));
|
||||
} else {
|
||||
log.warning(
|
||||
log.error(
|
||||
'Could not find Directive/Pipe entry for $dep. '
|
||||
'Please be aware that Dart transformers have limited support for '
|
||||
'reusable, pre-defined lists of Directives/Pipes (aka '
|
||||
|
|
|
|||
Loading…
Reference in a new issue