angular/modules/benchmarks/src/tree
Kara Erickson 0de2a5e408 refactor(core): rename ngFactoryDef to ɵfac (#33116)
Factory defs are not considered public API, so the property
that contains them should be prefixed with Angular's marker
for "private" ('ɵ') to discourage apps from relying on def
APIs directly.

This commit adds the prefix and shortens the name from
ngFactoryDef to fac. This is because property names
cannot be minified by Uglify without turning on property
mangling (which most apps have turned off) and are thus
size-sensitive.

Note that the other "defs" (ngPipeDef, etc) will be
prefixed and shortened in follow-up PRs, in an attempt to
limit how large and conflict-y this change is.

PR Close #33116
2019-10-14 20:27:25 +00:00
..
baseline perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
incremental_dom build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
iv build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00
ng1 build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
ng2 perf(ivy): run tree benchmark with bundles and ngDevMode off (#32558) 2019-09-09 16:01:37 -04:00
ng2_next refactor(core): remove deprecated Renderer (#33019) 2019-10-08 09:23:00 -07:00
ng2_static refactor(benchpress): remove two mutable exports from largetable/util.ts (#32425) 2019-09-04 11:40:47 -07:00
ng2_switch build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
render3 test: make tree test work in g3 (#32274) 2019-08-28 21:32:59 -07:00
render3_function refactor(core): rename ngFactoryDef to ɵfac (#33116) 2019-10-14 20:27:25 +00:00
BUILD.bazel build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00
tree_perf.spec.ts build: run tree benchmark tests with bazel (#28568) 2019-02-08 13:37:36 -08:00
tree_perf_detect_changes.spec.ts build: run tree benchmark tests with bazel (#28568) 2019-02-08 13:37:36 -08:00
tree_perf_test_utils.ts build: run tree benchmark tests with bazel (#28568) 2019-02-08 13:37:36 -08:00
util.ts refactor(benchpress): remove two mutable exports from largetable/util.ts (#32425) 2019-09-04 11:40:47 -07:00