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

Unified Diff: pkg/compiler/lib/src/js_emitter/full_emitter/emitter.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/js_emitter/full_emitter/emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
index deec1add200a8dd41f4f95381a1b92453823924a..0dec13992f4ad416a67376ec3852215224034390 100644
--- a/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart
@@ -26,6 +26,8 @@ import '../../constants/values.dart';
import '../../deferred_load.dart' show OutputUnit;
+import '../../diagnostics/messages.dart' show MessageKind;
+
import '../../diagnostics/spannable.dart' show
NO_LOCATION_SPANNABLE;
@@ -68,8 +70,6 @@ import '../../js_backend/js_backend.dart' show
TypeChecks,
TypeVariableHandler;
-import '../../messages.dart' show MessageKind;
-
import '../../util/characters.dart' show
$$,
$A,

Powered by Google App Engine
This is Rietveld 408576698