angular/modules/@angular/upgrade
Miško Hevery c33fda2607 perf: Don’t subclass Error; resulting in smaller binary (#14160)
Subclassing errors is problematic since Error returns a
new instance. All of the patching which we do than prevent
proper application of source maps.

PR Close #14160
2017-02-07 19:18:26 -06:00
..
src perf(upgrade): unregister $doCheck watcher when destroying upgraded component (#14303) 2017-02-07 16:16:29 -06:00
test perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
index.ts feat(upgrade): return a function (instead of array) from downgradeInjectable() (#14037) 2017-02-01 09:29:51 -06:00
package.json docs: update descriptions in package.jsons 2016-09-14 16:44:39 -07:00
rollup-static.config.js refactor(upgrade): re-export the new static upgrade APIs on new entry 2016-10-26 15:14:22 -07:00
rollup.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
static.ts feat(upgrade): export VERSION from upgrade/static (#14037) 2017-02-01 09:29:51 -06:00
tsconfig-build.json feature(tsc-wrapped): add option for closure compiler JSDoc annotations 2016-11-18 09:37:40 -08:00