Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
traceur source maps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 9, 2015
1 parent 3393b72 commit 20ced0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/transpiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@

// add "!eval" to end of Traceur sourceURL
// I believe this does something?
source += '!eval';

return source;
return source + '\n//# sourceURL=' + load.address + '!eval';
}
function doTraceurCompile(source, compiler, filename) {
try {
Expand Down

0 comments on commit 20ced0c

Please sign in to comment.