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

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

Issue 1315483006: Split scannerlib.dart into several libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update try tests Created 5 years, 4 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/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index fad09bcf3048265fd81f90460e9fed3b76dcbe83..2b799c07a3740ba19b026d82ccc4489c05174dae 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -101,12 +101,16 @@ import 'resolution/tree_elements.dart' show
TreeElementMapping;
import 'scanner/token_map.dart' show
TokenMap;
-import 'scanner/scannerlib.dart' show
- COMMENT_TOKEN,
+import 'scanner/diet_parser_task.dart' show
+ DietParserTask;
+import 'scanner/scanner_task.dart' show
+ ScannerTask;
+import 'scanner/parser_task.dart' show
DietParserTask,
+ ParserTask;
+import 'scanner/token.dart' show
+ COMMENT_TOKEN,
EOF_TOKEN,
- ParserTask,
- ScannerTask,
StringToken,
Token,
TokenPair;
« no previous file with comments | « pkg/compiler/lib/src/closure.dart ('k') | pkg/compiler/lib/src/dart_backend/backend_ast_to_frontend_ast.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698