mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Since we are going to replace our `app_bundle` rule (custom ESBuild + Terser pipeline) with the real Angular CLI where shared/lazy/common chunks may exist, we need to update the symbol extractor to support multiple files. We could have just merged all symbols, but this commit tries to do better by detecting what symbols are loaded eagerly vs. lazily. This will be very useful for e.g. defer tests or other lazy features we are introducing in the feature. PR Close #61566 |
||
|---|---|---|
| .. | ||
| symbol_extractor_spec | ||
| BUILD.bazel | ||
| cli.mts | ||
| index.bzl | ||
| run_all_symbols_extractor_tests.js | ||
| symbol_extractor.mts | ||
| symbol_extractor_spec.mts | ||