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

Unified Diff: pkg/compiler/lib/src/scanner/scanner.dart

Issue 1311783012: Split parser/listener.dart, parser/class_element_listener.dart and tokens/token.dart into smaller l… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/compiler/lib/src/scanner/scanner.dart
diff --git a/pkg/compiler/lib/src/scanner/scanner.dart b/pkg/compiler/lib/src/scanner/scanner.dart
index db14d98a81335d1a1abc74df1414eddb9e791f46..1a52a64562f60659b88a1bbca8c2f816689d9b9e 100644
--- a/pkg/compiler/lib/src/scanner/scanner.dart
+++ b/pkg/compiler/lib/src/scanner/scanner.dart
@@ -10,7 +10,10 @@ import '../io/source_file.dart' show
import '../tokens/keyword.dart' show
Keyword,
KeywordState;
+import '../tokens/precedence.dart';
+import '../tokens/precedence_constants.dart';
import '../tokens/token.dart';
+import '../tokens/token_constants.dart';
import '../util/characters.dart';
import 'string_scanner.dart' show

Powered by Google App Engine
This is Rietveld 408576698