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

Unified Diff: pkg/analysis_server/lib/src/services/search/search_engine.dart

Issue 842753004: Remove remaining references to Angular and Polymer from the analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/analysis_server/lib/src/services/search/search_engine.dart
diff --git a/pkg/analysis_server/lib/src/services/search/search_engine.dart b/pkg/analysis_server/lib/src/services/search/search_engine.dart
index 9073be8355cbd6158862be0728328c016aacc3b4..87a91272ed3dd414183a39e69b3d32b6e2eda2b2 100644
--- a/pkg/analysis_server/lib/src/services/search/search_engine.dart
+++ b/pkg/analysis_server/lib/src/services/search/search_engine.dart
@@ -27,18 +27,6 @@ SearchEngine createSearchEngine(Index index) {
*/
class MatchKind {
/**
- * A reference to an Angular element.
- */
- static const MatchKind ANGULAR_REFERENCE =
- const MatchKind('ANGULAR_REFERENCE');
-
- /**
- * A reference to an Angular element.
- */
- static const MatchKind ANGULAR_CLOSING_TAG_REFERENCE =
- const MatchKind('ANGULAR_CLOSING_TAG_REFERENCE');
-
- /**
* A declaration of an element.
*/
static const MatchKind DECLARATION = const MatchKind('DECLARATION');
« no previous file with comments | « pkg/analysis_server/lib/src/services/index/index.dart ('k') | pkg/analysis_server/test/domain_analysis_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698