docs: remove `ivy` and mention `ve` label in docs (#35809)
This is a follow-up to #35799. PR Close #35809
This commit is contained in:
parent
d543b13e5c
commit
2e728f7fff
|
@ -232,8 +232,8 @@ There are currently a few exceptions to the "use package name" rule:
|
||||||
* **changelog**: used for updating the release notes in CHANGELOG.md
|
* **changelog**: used for updating the release notes in CHANGELOG.md
|
||||||
* **docs-infra**: used for docs-app (angular.io) related changes within the /aio directory of the
|
* **docs-infra**: used for docs-app (angular.io) related changes within the /aio directory of the
|
||||||
repo
|
repo
|
||||||
* **ivy**: used for changes to the [Ivy renderer](https://github.com/angular/angular/issues/21706).
|
|
||||||
* **ngcc**: used for changes to the [Angular Compatibility Compiler](./packages/compiler-cli/ngcc/README.md)
|
* **ngcc**: used for changes to the [Angular Compatibility Compiler](./packages/compiler-cli/ngcc/README.md)
|
||||||
|
* **ve**: used for changes specific to ViewEngine (legacy compiler/renderer).
|
||||||
* none/empty string: useful for `style`, `test` and `refactor` changes that are done across all
|
* none/empty string: useful for `style`, `test` and `refactor` changes that are done across all
|
||||||
packages (e.g. `style: add missing semicolons`) and for docs changes that are not related to a
|
packages (e.g. `style: add missing semicolons`) and for docs changes that are not related to a
|
||||||
specific package (e.g. `docs: fix typo in tutorial`).
|
specific package (e.g. `docs: fix typo in tutorial`).
|
||||||
|
|
|
@ -21,6 +21,7 @@ The components have a clear piece of source code associated with it within the `
|
||||||
browser-platforms are very intertwined, we will be treating them as one
|
browser-platforms are very intertwined, we will be treating them as one
|
||||||
* `comp: ivy` - a subset of core representing the new Ivy renderer.
|
* `comp: ivy` - a subset of core representing the new Ivy renderer.
|
||||||
* `comp: ngcc` - a subset of ivy representing the [Angular Compatibility Compiler](../packages/compiler-cli/ngcc/README.md)
|
* `comp: ngcc` - a subset of ivy representing the [Angular Compatibility Compiler](../packages/compiler-cli/ngcc/README.md)
|
||||||
|
* `comp: ve` - a subset of `core & compiler` representing changes specific to ViewEngine (legacy compiler/renderer).
|
||||||
* `comp: docs-infra` - the angular.io application and docs-related tooling
|
* `comp: docs-infra` - the angular.io application and docs-related tooling
|
||||||
* `comp: elements`
|
* `comp: elements`
|
||||||
* `comp: forms`
|
* `comp: forms`
|
||||||
|
|
Loading…
Reference in New Issue