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

Handle ClassDeclaration binding #383

Merged
merged 3 commits into from Feb 16, 2017
Merged

Handle ClassDeclaration binding #383

merged 3 commits into from Feb 16, 2017

Commits on Feb 12, 2017

  1. Handle ClassDeclaration binding bug in babel

    + (Fixes #365)
    
    This is happening because ClassDeclarations have bindings in two scopes where as FunctionDeclarations have bindings only in the scope where it is defined.
    
    + babel bug: babel/babel#5156
    boopathi committed Feb 12, 2017
    Copy the full SHA
    9e640ea View commit details
    Browse the repository at this point in the history
  2. Fix comment

    boopathi committed Feb 12, 2017
    Copy the full SHA
    fbf4778 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Copy the full SHA
    0b9d964 View commit details
    Browse the repository at this point in the history