dd59b1d371
Currently when working on Windows, it's not possible to accept a new golden for a `symbol-extractor` Bazel test. This is because the generated executable output from the `nodejs_binary` rule (without a macro) misses a Windows executable wrapper that sets up the proper environment variables for the runfiles. Causing the following failure on Windows: ``` >>>> FAIL: RUNFILES environment variable is not set. <<<< ``` PR Close #30127 |
||
---|---|---|
.. | ||
symbol_extractor_spec | ||
BUILD.bazel | ||
cli.ts | ||
index.bzl | ||
symbol_extractor.ts | ||
symbol_extractor_spec.ts |