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

Unified Diff: pkg/compiler/lib/src/apiimpl.dart

Issue 1286143003: Move diagnostic_listener.dart and messages.dart to the diagnostics folder (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | pkg/compiler/lib/src/closure.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/apiimpl.dart
diff --git a/pkg/compiler/lib/src/apiimpl.dart b/pkg/compiler/lib/src/apiimpl.dart
index 3de5fd3efa6c5330b8cf55800a05f65fe0614c51..f8695bba1a20c7753c52781d8779c343dd1e4c7a 100644
--- a/pkg/compiler/lib/src/apiimpl.dart
+++ b/pkg/compiler/lib/src/apiimpl.dart
@@ -22,6 +22,7 @@ import '../compiler_new.dart' as api;
import 'common/tasks.dart' show
GenericTask;
import 'compiler.dart' as leg;
+import 'diagnostics/messages.dart';
import 'diagnostics/source_span.dart' show
SourceSpan;
import 'diagnostics/spannable.dart' show
@@ -29,7 +30,6 @@ import 'diagnostics/spannable.dart' show
Spannable;
import 'elements/elements.dart' as elements;
import 'io/source_file.dart';
-import 'messages.dart';
import 'script.dart';
import 'tree/tree.dart' as tree;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/closure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698