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

Unified Diff: pkg/dart_scanner/lib/src/token_constants.dart

Issue 2631503002: Modify scanner and parser to be standalone packages. (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/dart_scanner/lib/src/token_constants.dart
diff --git a/pkg/dart_scanner/lib/src/token_constants.dart b/pkg/dart_scanner/lib/src/token_constants.dart
index c1078f0a4d1739440010b45a900a8b224ecf64b8..178e73fc8adc7b5df8e213aed479725fc76156dc 100644
--- a/pkg/dart_scanner/lib/src/token_constants.dart
+++ b/pkg/dart_scanner/lib/src/token_constants.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library dart2js.tokens.constants;
+library scanner.token_constants;
-import '../util/characters.dart';
+import 'characters.dart';
const int EOF_TOKEN = 0;

Powered by Google App Engine
This is Rietveld 408576698