angular-cn/scripts
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
..
browserstack ci: clean up CI logging, folding, add build time logging, and improve error handling (#14425) 2017-03-02 00:22:24 -08:00
build build: add source maps into NPM distribution (#15159) 2017-03-16 12:55:15 -07:00
ci refactor(compiler-cli): use the transformer based compiler by default 2017-08-10 20:30:40 -07:00
cldr fix(common): always use 'other' case for locales with no plural rules (#16990) 2017-05-30 10:46:36 -07:00
jenkins fix(build): make perf tests work again 2015-02-27 15:22:19 -08:00
sauce ci: disable sauce-connect logging for realz (#17995) 2017-07-07 11:59:40 -07:00
windows build: update symlink scripts for Windows (#14987) 2017-03-15 17:13:54 -07:00