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

Unified Diff: pkg/compiler/lib/src/parser/parser_task.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/compiler/lib/src/parser/parser.dart ('k') | pkg/compiler/lib/src/parser/partial_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/parser/parser_task.dart
diff --git a/pkg/compiler/lib/src/scanner/parser_task.dart b/pkg/compiler/lib/src/parser/parser_task.dart
similarity index 97%
rename from pkg/compiler/lib/src/scanner/parser_task.dart
rename to pkg/compiler/lib/src/parser/parser_task.dart
index 6e0ea4cd61f1ef6867903bf98f655fc666c5f742..b8f85ffcd8b1235ad38965146383069c809868a2 100644
--- a/pkg/compiler/lib/src/scanner/parser_task.dart
+++ b/pkg/compiler/lib/src/parser/parser_task.dart
@@ -12,6 +12,8 @@ import '../diagnostics/invariant.dart' show
invariant;
import '../elements/modelx.dart' show
ElementX;
+import '../tokens/token.dart' show
+ Token;
import '../tree/tree.dart' show
Node;
@@ -20,8 +22,6 @@ import 'listener.dart' show
ParserError;
import 'parser.dart' show
Parser;
-import 'token.dart' show
- Token;
class ParserTask extends CompilerTask {
ParserTask(Compiler compiler) : super(compiler);
« no previous file with comments | « pkg/compiler/lib/src/parser/parser.dart ('k') | pkg/compiler/lib/src/parser/partial_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698