4967997536
Previously, dev-infra approval (via PullApprove) was required for all .bazel files in the monorepo, including those in packages/compiler-cli. The compiler-cli package is a little special in this sense: * it's not shipped to NPM in the APF * it uses lots of internal subpackages to organize and test its code As a result: * changes to compiler-cli BUILD.bazel files are not user visible and don't have larger implications for the packages published to NPM, unlike changes to other BUILD.bazel files in the repo * the requirement for dev-infra approval for BUILD.bazel changes is overly burdensome, because compiler-cli build files change more rapidly than those of other packages. This commit exempts the compiler-cli's build files from the requirement for dev-infra approval. It will be sufficient for such files to be approved by the normal compiler reviewers. PR Close #37558
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%