Skip to content

bracket notation not transpiled correctly #498

Open
@Traigor

Description

@Traigor

Describe the bug
Bracket notation of array is not being transpiled correctly to typescript.

To Reproduce
If anyone write the following line in bl:

this.modules[0] = module;

In typescript will be generated this:

this.props.modules; 
[0] = module;

Expected behavior
In typescript should have been generated the following line:

this.props.modules[0] = module;

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