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:
Miško Hevery 2020-03-02 09:03:35 -08:00 committed by atscott
parent 5652fb1018
commit 4ba4d9076d

View File

@ -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"
] ]
} }