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

Unified Diff: pkg/compiler/lib/src/resolution/resolution.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/resolution/resolution.dart
diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
index 3210976f26fdeb20a402e163f5725683ea2d797a..c0592b10725601bcc9ce4d6535d59b29a4ac6a6b 100644
--- a/pkg/compiler/lib/src/resolution/resolution.dart
+++ b/pkg/compiler/lib/src/resolution/resolution.dart
@@ -37,7 +37,7 @@ import '../elements/modelx.dart'
TypedefElementX;
import '../enqueue.dart';
import '../options.dart';
-import '../tokens/token.dart'
+import 'package:dart_scanner/dart_scanner.dart'
show
isBinaryOperator,
isMinusOperator,

Powered by Google App Engine
This is Rietveld 408576698