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

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

Issue 2627093007: Update scanner so tests pass. (Closed)
Patch Set: Rebased on CL 2629543008. 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_scanner/lib/src/keyword.dart ('k') | pkg/dart_scanner/lib/src/precedence.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_scanner/lib/src/main.dart
diff --git a/pkg/dart_scanner/lib/src/main.dart b/pkg/dart_scanner/lib/src/main.dart
index c99385333a76046b0ec1449635dcef46913bb2bf..877c3599bb84e77460b85bbcaaeb8bb39c4b0b4c 100644
--- a/pkg/dart_scanner/lib/src/main.dart
+++ b/pkg/dart_scanner/lib/src/main.dart
@@ -2,6 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
+library dart_scanner.main;
+
import '../io.dart' show
readBytesFromFileSync;
« no previous file with comments | « pkg/dart_scanner/lib/src/keyword.dart ('k') | pkg/dart_scanner/lib/src/precedence.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698