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

Unified Diff: pkg/front_end/lib/src/fasta/source/source_library_builder.dart

Issue 2890523002: merge fasta.Token into analyzer.Token (Closed)
Patch Set: Created 3 years, 7 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/front_end/lib/src/fasta/source/source_library_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
index b24abaa6eb47d2027d029fb9115266c7d04a50bf..0aee521b48d297cbae2888b5ef24d98c960ca6c9 100644
--- a/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
+++ b/pkg/front_end/lib/src/fasta/source/source_library_builder.dart
@@ -4,7 +4,9 @@
library fasta.source_library_builder;
-import 'package:front_end/src/fasta/scanner/token.dart' show SymbolToken, Token;
+import 'package:front_end/src/scanner/token.dart' show Token;
+
+import 'package:front_end/src/fasta/scanner/token.dart' show SymbolToken;
import 'package:kernel/ast.dart' show AsyncMarker, ProcedureKind;
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/scope_listener.dart ('k') | pkg/front_end/lib/src/fasta/source/unhandled_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698