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

Unified Diff: site/try/poi/poi.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
« no previous file with comments | « pkg/dart2js_incremental/lib/library_updater.dart ('k') | site/try/src/editor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/poi/poi.dart
diff --git a/site/try/poi/poi.dart b/site/try/poi/poi.dart
index eb4d04aece60d3ff50bb9b77aaf603b08e83e059..e9a5edbbe8a9c109a3b599954f91aff3d70fe66a 100644
--- a/site/try/poi/poi.dart
+++ b/site/try/poi/poi.dart
@@ -60,13 +60,13 @@ import 'package:compiler/src/enqueue.dart' show
import 'package:compiler/src/dart_types.dart' show
DartType;
-import 'package:compiler/src/scanner/class_element_parser.dart' show
+import 'package:compiler/src/parser/class_element_parser.dart' show
PartialClassElement;
-import 'package:compiler/src/scanner/listener.dart' show
+import 'package:compiler/src/parser/listener.dart' show
PartialElement;
-import 'package:compiler/src/scanner/token.dart' show
+import 'package:compiler/src/tokens/token.dart' show
EOF_TOKEN,
IDENTIFIER_TOKEN,
KEYWORD_TOKEN,
« no previous file with comments | « pkg/dart2js_incremental/lib/library_updater.dart ('k') | site/try/src/editor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698