Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(939)

Unified Diff: pkg/analyzer/lib/src/generated/index.dart

Issue 247053004: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698