angular-cn/tools/@angular/tsc-wrapped/test
Paul Gschwendtner ea8a43def0 feat(tsc-wrapped): always convert shorthand imports (#16898)
Now converts shorthand imports for every TypeScript target. Tsickle is able to expand index shorthand imports for every TypeScript target and module possibility.

Expanding shorthand imports for CommonJS modules is also helpful when testing in the browser. Module loaders like SystemJS are not able to understand directory imports (or index shorthand imports)
2017-05-30 10:46:54 -07:00
..
bundler_spec.ts fix(tsc-wrapped): ensure valid path separators in metadata 2017-04-10 16:01:38 -06:00
collector.spec.ts fix(tsc-wrapped): ignore `|null` and `|undefined` when collecting types (#16222) 2017-05-23 11:53:38 -06:00
evaluator.spec.ts fix(tsc-wrapped): collect new expressions with no arguments (#15908) 2017-04-13 11:53:26 -07:00
index_writer_spec.ts feat(tsc-wrapped): add an option to `ngc` to bundle metadata (#14509) 2017-02-16 08:15:30 -08:00
main.spec.ts feat(tsc-wrapped): always convert shorthand imports (#16898) 2017-05-30 10:46:54 -07: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 fix: build and test fixes for TS 2.1 (#13294) 2017-02-08 11:32:40 -06:00
typescript.mocks.ts feat: add support for TS 2.3 2017-04-18 08:28:55 -07:00