Caitlin Potter 9d21a6f40d chore(package.json): upgrade traceur to v0.0.87
Fix in source-map test to follow through the sourcemap chain.
2015-03-26 18:37:03 -07:00

4 lines
147 B
JavaScript

module.exports = function traceurOptions() {
var Options = System.get(System.map.traceur + "/src/Options.js").Options;
return new Options();
};