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

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

Issue 1313073007: Move parser and token related libraries into their own subfolder. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix unittests and try 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/diagnostics/messages.dart
diff --git a/pkg/compiler/lib/src/diagnostics/messages.dart b/pkg/compiler/lib/src/diagnostics/messages.dart
index e0b4385d1683df1a1cf1f85dfd85794b79a29a0a..99aa824372b3e97eedd8a899eb49cf0fba56393f 100644
--- a/pkg/compiler/lib/src/diagnostics/messages.dart
+++ b/pkg/compiler/lib/src/diagnostics/messages.dart
@@ -63,13 +63,14 @@
library dart2js.messages;
+import '../tokens/token.dart' show
+ ErrorToken,
+ Token;
+
import 'invariant.dart' show
invariant;
import 'spannable.dart' show
CURRENT_ELEMENT_SPANNABLE;
-import '../scanner/token.dart' show
- ErrorToken,
- Token;
const DONT_KNOW_HOW_TO_FIX = "Computer says no!";
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/dart_backend.dart ('k') | pkg/compiler/lib/src/diagnostics/source_span.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698