We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: