angular-docs-cn/modules/@angular/compiler/test/aot
Miško Hevery c33fda2607 perf: Don’t subclass Error; resulting in smaller binary (#14160)
Subclassing errors is problematic since Error returns a
new instance. All of the patching which we do than prevent
proper application of source maps.

PR Close #14160
2017-02-07 19:18:26 -06: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 test(compiler): add integration like tests to compiler unit tests (#14157) 2017-02-03 15:06:51 -06:00
private_import_core.ts test(compiler): add integration like tests to compiler unit tests (#14157) 2017-02-03 15:06:51 -06:00
static_reflector_spec.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06: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 test(compiler): add integration like tests to compiler unit tests (#14157) 2017-02-03 15:06:51 -06:00

README.md

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