Skip to content
New issue

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

[Bug]: include_declaration inside js_run_devserver #1899

Open
XaveScor opened this issue Aug 20, 2024 · 0 comments
Open

[Bug]: include_declaration inside js_run_devserver #1899

XaveScor opened this issue Aug 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@XaveScor
Copy link

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.

@XaveScor XaveScor added the bug Something isn't working label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant