mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
We modified the macros of `nodejs_binary/test` to have a rule in between that requests the `.mjs` output. This works fine but breaks make variable substitution for `templated_args` because Bazel requires referenced labels to be part of the explicit `data`. The rule in between breaks this, so we add a new argument that can be used for such "template"/"args" data dependencies. This can be removed when everything is ESM and we don't need the rule in between. PR Close #48521 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| index.bzl | ||
| madge-resolve.config.js | ||