Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix extraneous semicolon #168

Merged

Commits on Oct 15, 2018

  1. Fix extraneous semicolon

    This was caused because the transformed AST was invalid when
    VariableDeclarator was wrapped because it returned an AssignmentExpression
    that was used as the variableDeclarator for a VariableDeclaration.
    eps1lon committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    1146427 View commit details
    Browse the repository at this point in the history