angular-cn/packages/core/schematics
Andrew Scott 54b088967a refactor(compiler): remove unreachable code (#40984)
1. The error function throws, so no code after it is reachable.
2. Some switch statements are exhaustive, so no code after them are reachable.

PR Close #40984
2021-03-01 15:29:20 -08:00
..
migrations refactor(compiler): remove unreachable code (#40984) 2021-03-01 15:29:20 -08:00
test feat(core): Add schematic to fix invalid `Route` configs (#40067) 2021-01-05 10:09:28 -08:00
utils fix(core): migration error if program contains files outside of the project (#39790) 2020-11-20 12:51:19 -08:00
BUILD.bazel feat(core): Add schematic to fix invalid `Route` configs (#40067) 2021-01-05 10:09:28 -08:00
migrations.json feat(core): Add schematic to fix invalid `Route` configs (#40067) 2021-01-05 10:09:28 -08:00
tsconfig.json feat(core): add automated migration to replace async with waitForAsync (#39212) 2020-10-13 09:55:34 -07:00