style: Remove ivy
scope, and add ve
scope (#35799)
Since ivy is now default having `ivy` scope does not make sense. We are creating `ve` scope for cases where we are specifically fixing view-engine. NOTE: Also sorted scopes alphabetically. PR Close #35799
This commit is contained in:
parent
5652fb1018
commit
4ba4d9076d
@ -16,6 +16,7 @@
|
|||||||
"animations",
|
"animations",
|
||||||
"bazel",
|
"bazel",
|
||||||
"benchpress",
|
"benchpress",
|
||||||
|
"changelog",
|
||||||
"common",
|
"common",
|
||||||
"compiler",
|
"compiler",
|
||||||
"compiler-cli",
|
"compiler-cli",
|
||||||
@ -24,10 +25,10 @@
|
|||||||
"elements",
|
"elements",
|
||||||
"forms",
|
"forms",
|
||||||
"http",
|
"http",
|
||||||
"ivy",
|
|
||||||
"language-service",
|
"language-service",
|
||||||
"localize",
|
"localize",
|
||||||
"ngcc",
|
"ngcc",
|
||||||
|
"packaging",
|
||||||
"platform-browser",
|
"platform-browser",
|
||||||
"platform-browser-dynamic",
|
"platform-browser-dynamic",
|
||||||
"platform-server",
|
"platform-server",
|
||||||
@ -36,8 +37,7 @@
|
|||||||
"router",
|
"router",
|
||||||
"service-worker",
|
"service-worker",
|
||||||
"upgrade",
|
"upgrade",
|
||||||
"packaging",
|
"ve",
|
||||||
"changelog",
|
|
||||||
"zone.js"
|
"zone.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user