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

Unified Diff: pkg/front_end/lib/src/fasta/bin/outline.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
« no previous file with comments | « pkg/front_end/lib/src/fasta/bin/log_collector.dart ('k') | pkg/front_end/lib/src/fasta/bin/run.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/bin/outline.dart
diff --git a/pkg/front_end/lib/src/fasta/bin/outline.dart b/pkg/front_end/lib/src/fasta/bin/outline.dart
index faa54a75f487c378dd64566c7e2c001b35e9b67e..00b847dbda245ebc0892b939ff5c84ffd057c1b8 100644
--- a/pkg/front_end/lib/src/fasta/bin/outline.dart
+++ b/pkg/front_end/lib/src/fasta/bin/outline.dart
@@ -2,7 +2,7 @@
// 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/outline.dart' as outline;
+import '../outline.dart' as outline;
const int iterations = const int.fromEnvironment("iterations", defaultValue: 1);
« no previous file with comments | « pkg/front_end/lib/src/fasta/bin/log_collector.dart ('k') | pkg/front_end/lib/src/fasta/bin/run.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698