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

Unified Diff: pkg/front_end/lib/src/fasta/parser/native_support.dart

Issue 2978063002: Move parser helper classes to own files and clean them up. (Closed)
Patch Set: Don't use problems.dart in parser. Created 3 years, 5 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/front_end/lib/src/fasta/parser/member_kind.dart ('k') | pkg/front_end/lib/src/fasta/parser/parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/parser/native_support.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/native_support.dart b/pkg/front_end/lib/src/fasta/parser/native_support.dart
index 2959f7140fd65978bbe7e4a053513110237ec73b..13c44c4534505630a876ca332681f3b18982d09f 100644
--- a/pkg/front_end/lib/src/fasta/parser/native_support.dart
+++ b/pkg/front_end/lib/src/fasta/parser/native_support.dart
@@ -19,13 +19,13 @@ library fasta.parser.dart_vm_native;
import '../../scanner/token.dart' show Token;
+import '../quote.dart' show unescapeString;
+
import '../scanner/token_constants.dart' show STRING_TOKEN;
import '../util/link.dart' show Link;
-import 'parser.dart' show optional;
-
-import '../quote.dart' show unescapeString;
+import 'util.dart' show optional;
/// When parsing a library file, we may encounter a native clause
/// instead of a function body. This method skips such a clause. The
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/member_kind.dart ('k') | pkg/front_end/lib/src/fasta/parser/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698