Open XaveScor opened 3 months ago
build error: no such attribute 'include_declarations' in '_js_run_devserver' rule
Development (host) and target OS/architectures: MacOS M1
Output of bazel --version: 6.5.0
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file: 2.0.0
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved:
js_run_devserver( include_declarations = True, )
I expect the warning like inside js_binary but it fails.
js_binary
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.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file: 2.0.0Language(s) and/or frameworks involved:
How to reproduce
Any other information?
I expect the warning like inside
js_binary
but it fails.