Skip to content

Commit 4d7aa8e

Browse files
author
John Messerly
committed
add source maps support, fixes #50
[email protected] Review URL: https://codereview.chromium.org/965033002
1 parent bd06d9e commit 4d7aa8e

File tree

5 files changed

+228
-131
lines changed

5 files changed

+228
-131
lines changed

pkg/dev_compiler/lib/devc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ CheckerResults _compileDart(
118118
if (outputDir != null) {
119119
var cg = options.outputDart
120120
? new DartGenerator(outputDir, uri, rules, options)
121-
: new JSGenerator(outputDir, uri, rules);
121+
: new JSGenerator(outputDir, uri, rules, options);
122122
generators.add(cg);
123123
}
124124

0 commit comments

Comments
 (0)