mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Traceur 0.80 had a breaking change in the path to modules. Previously there was an implicit .js extension added but this must now be explicit.
5 lines
No EOL
180 B
JavaScript
5 lines
No EOL
180 B
JavaScript
var traceur = require('traceur/src/node/traceur.js');
|
|
|
|
module.exports = function SourceFile() {
|
|
return System.get(System.map.traceur + '/src/syntax/SourceFile.js').SourceFile;
|
|
}; |