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

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

Issue 2797133008: merge fasta.Keyword into analyzer.Keyword (Closed)
Patch Set: rebase Created 3 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/front_end/lib/src/fasta/scanner.dart
diff --git a/pkg/front_end/lib/src/fasta/scanner.dart b/pkg/front_end/lib/src/fasta/scanner.dart
index 8a2190b03f7b7ae34b5c6b15fa490839b93f5838..cf5be615fe7f064570c16b006a3917bef80893e9 100644
--- a/pkg/front_end/lib/src/fasta/scanner.dart
+++ b/pkg/front_end/lib/src/fasta/scanner.dart
@@ -36,7 +36,7 @@ export 'scanner/utf8_bytes_scanner.dart' show Utf8BytesScanner;
export 'scanner/string_scanner.dart' show StringScanner;
-export 'scanner/keyword.dart' show Keyword;
+export '../scanner/token.dart' show Keyword;
const int unicodeReplacementCharacter = UNICODE_REPLACEMENT_CHARACTER_RUNE;
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/parser.dart ('k') | pkg/front_end/lib/src/fasta/scanner/abstract_scanner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698