angular-cn/modules/@angular/compiler-cli/integrationtest/test
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
..
all_spec.ts fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
animate_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
basic_spec.ts fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
entry_components_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
i18n_spec.ts fix(compiler): updates hash algo for xmb/xtb files 2016-11-14 12:55:48 -08:00
init.ts fix(zones): bump zone version to 0.6.15 (#10953) 2016-08-19 14:35:26 -07:00
ng_module_spec.ts fix(compiler): walk third party modules (#12453) 2016-10-24 22:28:23 +02:00
projection_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
query_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
test_summaries.ts feat(compiler): read and write `.ngsummary.json` files 2016-12-01 14:49:52 -08:00
util.ts cleanup(platform): removed webworker and server deprecated apis (#10745) 2016-08-15 13:44:01 -07:00