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 the reference resolving logic for global. #61

Commits on May 7, 2015

  1. Fix the reference resolving logic for global.

    - References of `let`/`const`/`class` declarations should be resolved
    statically on the global scope also.
    - Add very simple test cases.
    mysticatea committed May 7, 2015
    Configuration menu
    Copy the full SHA
    43d32d5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Configuration menu
    Copy the full SHA
    76012bf View commit details
    Browse the repository at this point in the history
  2. Remove several tests.

    - default parameters of functions and default values of destructuring
    assignment are not supported yet.  I'll add those later again.
    mysticatea committed May 8, 2015
    Configuration menu
    Copy the full SHA
    3e3b7c4 View commit details
    Browse the repository at this point in the history