angular-cn/modules/@angular/compiler/test/aot
Tobias Bosch 126fda2613 perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788)
After the introduction of the view engine, we can drop a lot of code that is not used any more.

This should reduce the size of the app bundles because a lot of this code was not being properly tree-shaken by today's tools even though it was dead code.
2017-02-27 23:08:19 -08:00
..
README.md test(compiler): add integration like tests to compiler unit tests (#14157) 2017-02-03 15:06:51 -06:00
compiler_spec.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
static_reflector_spec.ts build: produce metadata bundles for @angular modules (#14509) 2017-02-16 08:15:30 -08:00
static_symbol_resolver_spec.ts feat(compiler): generate proper reexports in `.ngfactory.ts` files to not need transitive deps for compiling `.ngfactory.ts` files. (#13524) 2016-12-27 09:36:47 -08:00
summary_resolver_spec.ts feat(compiler): generate proper reexports in `.ngfactory.ts` files to not need transitive deps for compiling `.ngfactory.ts` files. (#13524) 2016-12-27 09:36:47 -08:00
summary_serializer_spec.ts feat(compiler): generate proper reexports in `.ngfactory.ts` files to not need transitive deps for compiling `.ngfactory.ts` files. (#13524) 2016-12-27 09:36:47 -08:00
test_util.ts build: produce metadata bundles for @angular modules (#14509) 2017-02-16 08:15:30 -08:00

README.md

Tests in this directory are excluded from running in the browser and only running in node.