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

Unified Diff: lib/compiler/implementation/leg.dart

Issue 10579019: First shot at source maps generation in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Return source map via diagnostic handler. Created 8 years, 6 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: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index 22586994efc87b3d0567ede7ad88229acbca4b4b..22abc12109161f2284bbaee2422b409f131f9900 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -16,6 +16,7 @@
#import('source_file.dart');
#import('tree/tree.dart');
#import('util/characters.dart');
+#import('util/source_map_builder.dart');
ahe 2012/06/20 11:56:59 This doesn't feel like something that belongs in u
podivilov 2012/06/20 14:15:15 Moved to implementation/. Please let me know if th
ahe 2012/06/20 17:08:47 SGTM.
#import('util/util.dart');
#import('../compiler.dart', prefix: 'api');

Powered by Google App Engine
This is Rietveld 408576698