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

Unified Diff: pkg/front_end/lib/src/scanner/syntactic_entity.dart

Issue 2486873003: Move scanner into pkg/front_end/lib/src/scanner. (Closed)
Patch Set: Created 4 years, 1 month 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/front_end/lib/src/scanner/syntactic_entity.dart
diff --git a/pkg/analyzer/lib/dart/ast/syntactic_entity.dart b/pkg/front_end/lib/src/scanner/syntactic_entity.dart
similarity index 94%
copy from pkg/analyzer/lib/dart/ast/syntactic_entity.dart
copy to pkg/front_end/lib/src/scanner/syntactic_entity.dart
index bc8271a2a0af13a3443f53341b5c8730eb866eaa..41996dfc6b289a2619d7cac5ae9dd3e1b2b07ecb 100644
--- a/pkg/analyzer/lib/dart/ast/syntactic_entity.dart
+++ b/pkg/front_end/lib/src/scanner/syntactic_entity.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library analyzer.dart.ast.syntactic_entity;
+library front_end.src.scanner.syntactic_entity;
/**
* Interface representing a syntactic entity (either a token or an AST node)

Powered by Google App Engine
This is Rietveld 408576698