angular-cn/packages/compiler-cli/integrationtest/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
..
all_spec.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
animate_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
basic_spec.ts refactor(compiler-cli): use the transformer based compiler by default 2017-08-10 20:30:40 -07:00
entry_components_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
i18n_spec.ts fix(compiler-cli): don't generate empty <target/> when extracting xliff 2017-07-19 09:45:52 -07:00
init.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
jit_summaries_spec.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00
ng_module_spec.ts feat(compiler): add source files to xmb/xliff translations (#14705) 2017-04-14 09:06:25 -07:00
projection_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
query_spec.ts fix(compiler): generated code should pass `noUnusedLocals` check 2017-03-14 19:52:53 -07:00
source_map_spec.ts refactor(compiler-cli): use the transformer based compiler by default 2017-08-10 20:30:40 -07:00
test_ngtools_api.ts feat(compiler-cli): new compiler api and command-line using TypeScript transformers 2017-06-23 16:18:44 -07:00
test_summaries.ts fix(core): Update types for TypeScript nullability support (#15472) 2017-03-29 09:34:45 -07:00
util.ts feat: add .ngsummary.ts files to support AOT unit tests 2017-05-05 13:23:53 -04:00