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

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

Issue 2726793003: Remove package imports from itself. (Closed)
Patch Set: Created 3 years, 10 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/front_end/lib/src/fasta/parser/bin/parser.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/bin/parser.dart b/pkg/front_end/lib/src/fasta/parser/bin/parser.dart
index a20586ade1d6f9fc0478a0cee110b32bf2f86782..f6ae03d671d0d6b58040ced34ebd8ad7e16c057d 100644
--- a/pkg/front_end/lib/src/fasta/parser/bin/parser.dart
+++ b/pkg/front_end/lib/src/fasta/parser/bin/parser.dart
@@ -2,6 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:front_end/src/fasta/parser/main.dart' as dart_parser;
+import '../main.dart' as dart_parser;
main(List<String> arguments) => dart_parser.main(arguments);
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser.dart ('k') | pkg/front_end/lib/src/fasta/parser/class_member_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698