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

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

Issue 1284593003: Remove dart2jslib.dart (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/js_emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/js_emitter.dart b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
index fff722e12f9a3f0355a8509ecfa05351fb858dd3..ee192009f51e8461b1b5d6974e0226f0af29135e 100644
--- a/pkg/compiler/lib/src/js_emitter/js_emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
@@ -17,6 +17,9 @@ import '../closure.dart' show
import '../dart_types.dart' show
TypedefType;
+import '../diagnostics/spannable.dart' show
+ NO_LOCATION_SPANNABLE;
+
import '../elements/elements.dart' show
ConstructorBodyElement,
ElementKind,
@@ -59,7 +62,6 @@ import '../universe/universe.dart' show
TypedSelector;
import '../util/util.dart' show
- NO_LOCATION_SPANNABLE,
Setlet;
import '../deferred_load.dart' show
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/headers.dart ('k') | pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698