angular/tools/symbol-extractor
Paul Gschwendtner eac5280bec build: support template make variables in nodejs_binary/test (#48521)
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
2022-12-19 19:50:41 +00:00
..
symbol_extractor_spec build: update symbol extractor to support IIFE bundles using arrow-functions (#44490) 2022-01-04 12:14:14 -08:00
BUILD.bazel build: update to latest version of rules_nodejs v3.3.0 (#41599) 2021-04-13 17:37:28 -07:00
cli.ts build: remove view engine build infrastructure (#43884) 2021-11-23 21:10:06 +00:00
index.bzl build: support template make variables in nodejs_binary/test (#48521) 2022-12-19 19:50:41 +00:00
run_all_symbols_extractor_tests.js build: Use Ivy compiler for bazel builds by default (#43862) 2021-10-19 10:06:54 -07:00
symbol_extractor.ts build: update symbol extractor to support IIFE bundles using arrow-functions (#44490) 2022-01-04 12:14:14 -08:00
symbol_extractor_spec.ts build: fix symbol extractor not dealing with ES2015 classes (#38093) 2020-07-16 13:54:23 -07:00