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

Unified Diff: pkg/dart_parser/lib/src/listener.dart

Issue 2627723006: Update parser so tests pass. (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
« no previous file with comments | « pkg/dart_parser/lib/src/error_kind.dart ('k') | pkg/dart_parser/lib/src/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_parser/lib/src/listener.dart
diff --git a/pkg/dart_parser/lib/src/listener.dart b/pkg/dart_parser/lib/src/listener.dart
index c63aea1a415aa24b9c6766fd127e0658d189b7ff..02a57f1eede6567591fa3af61192b59046d72ec0 100644
--- a/pkg/dart_parser/lib/src/listener.dart
+++ b/pkg/dart_parser/lib/src/listener.dart
@@ -2,13 +2,13 @@
// 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 parser.listener;
+library dart_parser.listener;
-import 'package:scanner/src/precedence.dart' show
+import 'package:dart_scanner/src/precedence.dart' show
EOF_INFO,
IDENTIFIER_INFO;
-import 'package:scanner/src/token.dart' show
+import 'package:dart_scanner/src/token.dart' show
BadInputToken,
BeginGroupToken,
ErrorToken,
« no previous file with comments | « pkg/dart_parser/lib/src/error_kind.dart ('k') | pkg/dart_parser/lib/src/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698