angular/packages/bazel/src
Paul Gschwendtner a6b7dbc1db fix(bazel): dedupe es2022 javascript files properly (#51500)
We were collecting all ES2022 files from entry-points (including
transitive files). Those are later on combined and filtered so that
we know which files to copy over to the package. There was no
deduping here. This did not have an effect, but could be a source
of slowness in `ng_package` and also breaks validation checks which
could show same errors multiple times for the same file.

PR Close #51500
2023-08-29 17:55:34 +00:00
..
ng_module feat(bazel): (APF) Angular Package Format updates (#49559) 2023-03-23 08:18:45 -07:00
ng_package fix(bazel): dedupe es2022 javascript files properly (#51500) 2023-08-29 17:55:34 +00:00
ngc-wrapped refactor(compiler-cli): drop tsickle code paths (#50602) 2023-08-17 10:23:49 -07:00
types_bundle build(bazel): merge aio/tools/defaults.bzl and tools/defaults.bzl 2022-11-22 13:51:16 -07:00
BUILD.bazel feat(bazel): create transition for enabling partial compilation (#43431) 2021-10-01 18:28:42 +00:00
external.bzl build: migrate more usages from @bazel/typescript to @bazel/concatjs (#45431) 2022-03-25 12:18:34 -07:00
ng_perf.bzl refactor(bazel): move ng_module.bzl file into sub-directory for consistent structure (#43431) 2021-10-01 18:28:42 +00:00