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

Unified Diff: lib/devc.dart

Issue 965033002: add source maps support, fixes #50 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: format Created 5 years, 10 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
« no previous file with comments | « no previous file | lib/src/codegen/js_codegen.dart » ('j') | lib/src/codegen/js_codegen.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/devc.dart
diff --git a/lib/devc.dart b/lib/devc.dart
index d9d3ef82c03a379b04d5ffd413d05886067ec75a..8670131c96c11b05bd1e456ed81b8397c3464382 100644
--- a/lib/devc.dart
+++ b/lib/devc.dart
@@ -118,7 +118,7 @@ CheckerResults _compileDart(
if (outputDir != null) {
var cg = options.outputDart
? new DartGenerator(outputDir, uri, rules, options)
- : new JSGenerator(outputDir, uri, rules);
+ : new JSGenerator(outputDir, uri, rules, options);
generators.add(cg);
}
« no previous file with comments | « no previous file | lib/src/codegen/js_codegen.dart » ('j') | lib/src/codegen/js_codegen.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698