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

Unified Diff: pkg/compiler/lib/src/parser/parser_task.dart

Issue 1311783012: Split parser/listener.dart, parser/class_element_listener.dart and tokens/token.dart into smaller l… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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
Index: pkg/compiler/lib/src/parser/parser_task.dart
diff --git a/pkg/compiler/lib/src/parser/parser_task.dart b/pkg/compiler/lib/src/parser/parser_task.dart
index b8f85ffcd8b1235ad38965146383069c809868a2..a0e900a4a5c8030d984f2b70f22478d38f1d6c23 100644
--- a/pkg/compiler/lib/src/parser/parser_task.dart
+++ b/pkg/compiler/lib/src/parser/parser_task.dart
@@ -18,8 +18,9 @@ import '../tree/tree.dart' show
Node;
import 'listener.dart' show
- NodeListener,
ParserError;
+import 'node_listener.dart' show
+ NodeListener;
import 'parser.dart' show
Parser;

Powered by Google App Engine
This is Rietveld 408576698