angular-cn/packages/compiler-cli/test
Victor Berchet 679608db65 refactor(compiler-cli): use the transformer based compiler by default
The source map does not currently work with the transformer pipeline.
It will be re-enabled after TypeScript 2.4 is made the min version.

To revert to the former compiler, use the `disableTransformerPipeline` in
tsconfig.json:

```
{
  "angularCompilerOptions": {
    "disableTransformerPipeline": true
  }
}
```
2017-08-10 20:30:40 -07:00
..
diagnostics build: enable TSLint on the packages folder 2017-07-31 15:47:57 -07:00
transformers refactor(compiler-cli): use the transformer based compiler by default 2017-08-10 20:30:40 -07:00
aot_host_spec.ts revert: feat(compiler-cli): support metadata file aliases (#15331) 2017-03-21 12:20:14 -05:00
main_spec.ts refactor(compiler): don’t always compile `.ngfactory.ts` files by default 2017-06-12 15:27:02 -07:00
mocks.ts fix: turn on nullability in the code base. 2017-04-18 12:07:33 -07:00
ngc_spec.ts refactor(compiler-cli): use the transformer based compiler by default 2017-08-10 20:30:40 -07:00