9d21a6f40d
Fix in source-map test to follow through the sourcemap chain.
4 lines
147 B
JavaScript
4 lines
147 B
JavaScript
module.exports = function traceurOptions() {
|
|
var Options = System.get(System.map.traceur + "/src/Options.js").Options;
|
|
return new Options();
|
|
}; |