Skip to content

Error when code variables are initialized without value; #2

@carlosrberto

Description

@carlosrberto

Great project @crubier! 👏
I found one issue when code has variables declared without value, for example:

const myFunction = (x) => {
  let y;
}

Will return the following error:

Cannot read property 'type' of null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions