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

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

Issue 812233004: Add CodeOutput to prepare for emission without in-memory buffers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reinsert return. Created 6 years 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 81e1a959218b322f170445d2581518f723610c6b..a22be45827b249fb9881d4884ad40ee381c041fb 100644
--- a/pkg/compiler/lib/src/js_emitter/js_emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
@@ -18,7 +18,7 @@ import '../closure.dart' show
import '../dart_types.dart' show
TypedefType;
-import '../dart2jslib.dart' show
+import '../io/code_output.dart' show
CodeBuffer;
import '../elements/elements.dart' show
@@ -58,7 +58,7 @@ import '../source_file.dart' show
SourceFile,
StringSourceFile;
-import '../source_map_builder.dart' show
+import '../io/source_map_builder.dart' show
SourceMapBuilder;
import '../util/characters.dart' show
« no previous file with comments | « pkg/compiler/lib/src/js_backend/native_emitter.dart ('k') | pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698