Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit d6d42e1

Browse files
committed
chore(package.json): use traceur#0.0.33 until dependencies can cope with 0.0.66
There are a number of breaking changes in more modern traceur versions, such as: - sourceMap option renamed to sourceMaps - filename option removed, it is now a parameter of the compile function - result.errors may not be defined / not an array if no errors occur - for some reason, either tests are not being preprocessed, or else karma-traceur-preprocessor freaks out when it sees the "import" keyword in tests. (I am not sure yet if this is a traceur issue, or a bug in pipe or something). Rather than wait for fixes in each of the dependency projects affected by this break, instead we will just use a LKGR of traceur, which seems to work well enough. Fixes in the dependency tools should get this working, but perhaps not until a traceur#v0.1.0 ships. Closes #70 Closes #71
1 parent 7fa994f commit d6d42e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/angular/di.js/issues"
1313
},
1414
"dependencies": {
15-
"traceur": "~0.0.33",
15+
"traceur": "0.0.33",
1616
"es6-shim": "~0.11.0"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)