Open
Description
What happened?
build error: no such attribute 'include_declarations' in '_js_run_devserver' rule
Version
Development (host) and target OS/architectures: MacOS M1
Output of bazel --version
: 6.5.0
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
or MODULE.bazel
file: 2.0.0
Language(s) and/or frameworks involved:
How to reproduce
js_run_devserver(
include_declarations = True,
)
Any other information?
I expect the warning like inside js_binary
but it fails.