angular/modules/@angular/core/test
Tobias Bosch 24af51a623 fix(core): view engine - fix perf regressions (#14345)
- Make sure `NodeDef`s don’t fall into dictionary mode.
- Use strategy pattern to add debug information / checks, instead of constantly checking for `isDevMode`.
- introduce a very light weight `RendererV2` interface to not have duplicate
  code paths for direct and non direct rendering

The strategy pattern is implemented via the new `Services` object.

Part of #14013

PR Close #14345
2017-02-08 14:42:22 -06:00
..
animation feat(animations): support function types in transitions 2017-01-06 19:29:46 -05:00
change_detection fix(core): Add type information to differs 2017-01-09 18:56:34 -05:00
debug refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
di perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
dom refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
facade refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
linker perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
metadata refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
reflection fix(compiler): don’t throw when using ANALYZE_FOR_ENTRY_COMPONENTS with user classes (#13679) 2016-12-27 16:58:52 -08:00
testability refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
util fix(common): introduce isObservable method (#14067) 2017-01-31 12:14:19 -06:00
view fix(core): view engine - fix perf regressions (#14345) 2017-02-08 14:42:22 -06:00
zone perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
application_init_spec.ts Typo (#13698) 2016-12-29 09:41:21 -08:00
application_module_spec.ts fix(common): do not override locale provided on bootstrap (#13654) 2017-01-05 09:24:37 -08:00
application_ref_spec.ts fix(core): add bootstrapped modules into platform modules list (#13740) 2017-01-29 12:09:46 -06:00
component_fixture_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
dev_mode_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00
directive_lifecycle_integration_spec.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
error_handler_spec.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
fake_async_spec.ts feat: upgrade zone.js to v0.7.1 2016-11-29 17:24:00 -08:00
forward_ref_integration_spec.ts fix(DomSchemaRegistry): detect invalid elements 2016-08-30 21:32:03 -07:00
spies.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
testing_internal_spec.ts refactor: kill MapWrapper 2016-11-04 13:27:38 -07:00