| Index: pkg/analyzer/lib/src/generated/index.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/index.dart b/pkg/analyzer/lib/src/generated/index.dart
|
| index 544f582cc601bd7b831f5abf51cd9d546ce67532..c4008b79b3cd842a8cd7044633d908e666a9473f 100644
|
| --- a/pkg/analyzer/lib/src/generated/index.dart
|
| +++ b/pkg/analyzer/lib/src/generated/index.dart
|
| @@ -1004,7 +1004,7 @@ class AngularHtmlIndexContributor extends ExpressionVisitor {
|
|
|
| @override
|
| void visitExpression(Expression expression) {
|
| - // NgFilter
|
| + // Formatter
|
| if (expression is SimpleIdentifier) {
|
| SimpleIdentifier identifier = expression;
|
| Element element = identifier.bestElement;
|
| @@ -2185,8 +2185,8 @@ class AngularDartIndexContributor extends GeneralizingAstVisitor<Object> {
|
| if (object is AngularComponentElement) {
|
| _indexComponent(object);
|
| }
|
| - if (object is AngularDirectiveElement) {
|
| - AngularDirectiveElement directive = object;
|
| + if (object is AngularDecoratorElement) {
|
| + AngularDecoratorElement directive = object;
|
| _indexDirective(directive);
|
| }
|
| }
|
| @@ -2202,7 +2202,7 @@ class AngularDartIndexContributor extends GeneralizingAstVisitor<Object> {
|
| _indexProperties(component.properties);
|
| }
|
|
|
| - void _indexDirective(AngularDirectiveElement directive) {
|
| + void _indexDirective(AngularDecoratorElement directive) {
|
| _indexProperties(directive.properties);
|
| }
|
|
|
|
|