angular-cn/packages/compiler-cli/integrationtest
Kara Erickson 86104b82b8 refactor(core): rename ngInjectableDef to ɵprov (#33151)
Injectable 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
ngInjectableDef to "prov" (for "provider", since injector defs
are known as "inj"). 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.

PR Close #33151
2019-10-16 16:36:19 -04:00
..
bazel refactor(core): rename ngInjectableDef to ɵprov (#33151) 2019-10-16 16:36:19 -04:00
benchmarks refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
flat_module feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
ngtools_src feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
src fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
test refactor(core): Migrate TestBed.get to TestBed.inject (#32382) 2019-09-09 19:10:54 -04:00
third_party_src feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
BUILD.bazel build(bazel): cleanup entry_point target (#31325) 2019-07-01 14:16:42 -07:00
test.js build: update to nodejs rules 0.37.1 (#32151) 2019-09-25 11:29:12 -07:00
test_helpers.js build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
tsconfig-build.json feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
tsconfig-xi18n.json feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00