[FR]: Allow $(execpath output_label)
expansion in js_run_binary
#2028
Closed
Description
What is the current behavior?
Only inputs from srcs
can be referenced in args
and env
via variable expansion. Attempting to reference something in outs
or out_dirs
results in an error.
label '//___:___' in $(location) expression is not a declared prerequisite of this rule
Describe the feature
Allow outs
and out_dirs
labels to be referenced in $(execpath ___)
expansions.