angular/packages/core/schematics
Kristiyan Kostadinov 4ac25b2aff perf(migrations): avoid re-traversing nodes when resolving bootstrap call dependencies (#49010)
Fixes that the migration was unnecessarily traversing top-level nodes. This was a large performance bottle-neck, because it involves a lot of language service lookups.

PR Close #49010
2023-02-09 15:37:18 +01:00
..
migrations refactor(migrations): minor improvements to existing schematic utilties (#48790) 2023-01-24 16:48:19 +00:00
ng-generate/standalone-migration perf(migrations): avoid re-traversing nodes when resolving bootstrap call dependencies (#49010) 2023-02-09 15:37:18 +01:00
test perf(migrations): avoid re-traversing nodes when resolving bootstrap call dependencies (#49010) 2023-02-09 15:37:18 +01:00
utils fix(migrations): reduce number of files that need to be checked (#48987) 2023-02-08 15:18:05 +01:00
BUILD.bazel feat(core): add ng generate schematic to convert declarations to standalone (#48790) 2023-01-24 16:48:19 +00:00
collection.json feat(core): add ng generate schematic to convert declarations to standalone (#48790) 2023-01-24 16:48:19 +00:00
migrations.json build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
package.json refactor(migrations): ensure CommonJS migrations can be accessed (#43657) 2021-10-04 16:24:48 -07:00
tsconfig.json build: enable useUnknownInCatchVariables (#44679) 2022-02-01 18:17:29 +00:00