aspect-build / rules_js

High-performance Bazel rules for running Node.js tools and building JavaScript projects
https://docs.aspect.build/rules/aspect_rules_js
Apache License 2.0
310 stars 107 forks source link

[Bug]: include_declaration inside js_run_devserver #1899

Open XaveScor opened 3 months ago

XaveScor commented 3 months ago

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.