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

Unified Diff: pkg/compiler/lib/src/tree/tree.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
« no previous file with comments | « pkg/compiler/lib/src/string_validator.dart ('k') | pkg/compiler/lib/src/use_unused_api.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/tree/tree.dart
diff --git a/pkg/compiler/lib/src/tree/tree.dart b/pkg/compiler/lib/src/tree/tree.dart
index 67993f2e14f73d8f6f30e804b038d67935dd266d..ade7d38f80e0af17e0de9ff0181a828ea045272e 100644
--- a/pkg/compiler/lib/src/tree/tree.dart
+++ b/pkg/compiler/lib/src/tree/tree.dart
@@ -9,7 +9,13 @@ import 'dart:collection';
import '../diagnostics/spannable.dart' show
Spannable,
SpannableAssertionFailure;
-import '../scanner/scannerlib.dart';
+import '../scanner/token.dart' show
+ BeginGroupToken,
+ FUNCTION_INFO,
+ IDENTIFIER_TOKEN,
+ KEYWORD_TOKEN,
+ PLUS_TOKEN,
+ Token;
import '../util/util.dart';
import '../util/characters.dart';
« no previous file with comments | « pkg/compiler/lib/src/string_validator.dart ('k') | pkg/compiler/lib/src/use_unused_api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698