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

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

Issue 2644843006: Use packages dart_parser, dart_scanner, and compiler_util. (Closed)
Patch Set: Created 3 years, 11 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/tokens/token_map.dart
diff --git a/pkg/compiler/lib/src/tokens/token_map.dart b/pkg/compiler/lib/src/tokens/token_map.dart
index e7fc3b574e54de4c1b238e58b18fc95cbd534dc1..6165b55dad44c401dafe1010105e39d1d7b6a028 100644
--- a/pkg/compiler/lib/src/tokens/token_map.dart
+++ b/pkg/compiler/lib/src/tokens/token_map.dart
@@ -4,7 +4,7 @@
library dart2js.tokens.token_map;
-import 'token.dart' show Token;
+import 'package:dart_scanner/dart_scanner.dart' show Token;
/**
* Key class used in [TokenMap] in which the hash code for a token is based

Powered by Google App Engine
This is Rietveld 408576698