angular-cn/tools/@angular/tsc-wrapped/test
Lucas Sloan 5bccff0d7a fix(tsc-wrapped): use tsickle's new source map composition feature (#14150)
Tsickle transforms typescript code, which can change the location of code.
This can cause issues such as runtime stack traces reporting that errors
were raised on the incorrect line in the orginal source.  This change replaces
the DecoratorDownlevelCompilerHost and the TsickleCompilerHost with tsickle's
TsickleCompilerHost, which automatically composes tsickle's source maps with
typescript's source maps, so that line numbers are correctly reported at
runtime.

PR Close #14150
2017-02-07 16:16:29 -06:00
..
collector.spec.ts feat(tsc-wrapped): record arity of generic classes (#14104) 2017-02-01 09:29:51 -06:00
evaluator.spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
main.spec.ts fix(tsc-wrapped): use tsickle's new source map composition feature (#14150) 2017-02-07 16:16:29 -06:00
symbols.spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
test_support.ts feature(tsc-wrapped): add option for closure compiler JSDoc annotations 2016-11-18 09:37:40 -08:00
tsc.spec.ts feat(tsc-wrapped): Support of vinyl like config file was added (#13987) 2017-01-24 12:51:14 -08:00
typescript.mocks.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00