fix(setup): use upstream traceur with explicit patches
Also correct the transpile to ES6 Also support generics correctly All patches are hooked in via `/tools/transpiler/index.js` https://github.com/google/traceur-compiler/issues/1700 https://github.com/google/traceur-compiler/issues/1699 https://github.com/google/traceur-compiler/issues/1708 https://github.com/google/traceur-compiler/issues/1625 https://github.com/google/traceur-compiler/issues/1706
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"es6-module-loader": "^0.9.2",
|
||||
"systemjs": "^0.9.1",
|
||||
"traceur": "vojtajina/traceur-compiler#disable-getters-setters",
|
||||
"traceur": "0.0.82",
|
||||
"which": "~1",
|
||||
"zone.js": "0.4.0",
|
||||
"googleapis": "1.0.x",
|
||||
|
||||
Reference in New Issue
Block a user