Skip to content

Error when code variables are initialized without value;#2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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