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

Unified Diff: pkg/compiler/lib/src/compiler.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
Index: pkg/compiler/lib/src/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index 2fdbf2e2a2b263f6474708211e510247da748787..31a246dabe43898ed92dc0fffe9ab70601fc6c7c 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -40,11 +40,15 @@ import 'dart_types.dart' show
InterfaceType,
Types;
import 'deferred_load.dart' show DeferredLoadTask, OutputUnit;
-import 'diagnostic_listener.dart';
import 'diagnostics/code_location.dart';
+import 'diagnostics/diagnostic_listener.dart';
import 'diagnostics/invariant.dart' show
invariant,
REPORT_EXCESS_RESOLUTION;
+import 'diagnostics/messages.dart' show
+ Message,
+ MessageKind,
+ MessageTemplate;
import 'diagnostics/source_span.dart' show
SourceSpan;
import 'diagnostics/spannable.dart' show
@@ -79,10 +83,6 @@ import 'library_loader.dart' show
LibraryLoader,
LibraryLoaderTask,
LoadedLibraries;
-import 'messages.dart' show
- Message,
- MessageKind,
- MessageTemplate;
import 'mirrors_used.dart' show
MirrorUsageAnalyzerTask;
import 'null_compiler_output.dart' show
« no previous file with comments | « pkg/compiler/lib/src/compile_time_constants.dart ('k') | pkg/compiler/lib/src/dart_backend/dart_backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698