angular/packages/compiler-cli/integrationtest
JoostK 94c6dee708 refactor(compiler-cli): remove listLazyRoutes operation (#43591)
Now that `Route.loadChildren` no longer accepts a string, there is no
need for tooling to find all string-based `loadChildren` to setup lazy
imports for them. As a result, the `listLazyRoutes` operation that
enumerates all string-based `loadChildren` occurrences is no longer
needed and is therefore removed from the compiler.

The `listLazyRoutes` API remains on the `Program` interface to avoid
breaking external tools that may be using this method, but those tools
should ultimately move away from using this API.

PR Close #43591
2021-09-29 14:45:18 -07:00
..
bazel refactor(core): add links to top runtime errors (#40326) 2021-01-19 10:14:56 -08:00
flat_module build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ngtools_src docs: refactor example apps to use dynamic imports for loadChildren (#43591) 2021-09-29 14:45:17 -07:00
src build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
test refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00
third_party_src build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
BUILD.bazel refactor(compiler): remove dependency on fs-extra (#41445) 2021-04-05 15:04:50 -07:00
test.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
test_helpers.js refactor(compiler): remove dependency on fs-extra (#41445) 2021-04-05 15:04:50 -07:00
tsconfig-build.json refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00
tsconfig-xi18n.json refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00