angular-cn/modules/@angular/compiler-cli/integrationtest
Tobias Bosch 614a35d539 feat(compiler): read and write `.ngsummary.json` files
When compiling libraries, this feature extracts the minimal information
from the directives/pipes/modules of the library into `.ngsummary.json` files,
so that applications that use this library only need to be recompiled
if one of the summary files change, but not on every change
of the libraries (e.g. one of the templates).

Only works if individual codegen for libraries is enabled,
see the `generateCodeForLibraries: false` option.

Closes #12787
2016-12-01 14:49:52 -08:00
..
benchmarks refactor(benchmarks): add `index_aot` to support AoT bootstrap. (#12105) 2016-10-06 08:37:37 -07:00
src feat(compiler): read and write `.ngsummary.json` files 2016-12-01 14:49:52 -08:00
test feat(compiler): read and write `.ngsummary.json` files 2016-12-01 14:49:52 -08:00
third_party_src fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
tsconfig-build.json feat(compiler): read and write `.ngsummary.json` files 2016-12-01 14:49:52 -08:00
webpack.config.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00