Skip to content

Commit

Permalink
add source maps support, fixes #50
Browse files Browse the repository at this point in the history
R=sigmund@google.com

Review URL: https://codereview.chromium.org/965033002
  • Loading branch information
John Messerly committed Feb 27, 2015
1 parent bd06d9e commit 4d7aa8e
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 131 deletions.
2 changes: 1 addition & 1 deletion pkg/dev_compiler/lib/devc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
Loading

0 comments on commit 4d7aa8e

Please sign in to comment.