Skip to content

[Bug]: include_declaration inside js_run_devserver #1899

Open
@XaveScor

Description

@XaveScor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions