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

Parse JS Module Blocks proposal #12469

Merged
merged 24 commits into from Feb 21, 2021

Commits on Feb 21, 2021

  1. Add parser support

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    0f2915b View commit details
    Browse the repository at this point in the history
  2. Add generator support

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    ce9deb3 View commit details
    Browse the repository at this point in the history
  3. Add types support

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    1607faa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cfc2745 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6e331df View commit details
    Browse the repository at this point in the history
  6. Enter new prodParam scope

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    c3e531e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    05fcff9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fa86755 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a9a049a View commit details
    Browse the repository at this point in the history
  10. Fix type for babel-generator

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    1f77d24 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    079fa6d View commit details
    Browse the repository at this point in the history
  12. Import ClassScopeHandler

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    7f66470 View commit details
    Browse the repository at this point in the history
  13. Avoid lookahead

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    15887b1 View commit details
    Browse the repository at this point in the history
  14. Use expect instead of eat

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    bbc18af View commit details
    Browse the repository at this point in the history
  15. Introduce initializeScopes

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    db36c7d View commit details
    Browse the repository at this point in the history
  16. Add another tests

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    647b654 View commit details
    Browse the repository at this point in the history
  17. Remove unnnecesary ternary

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    a4236ce View commit details
    Browse the repository at this point in the history
  18. Use try...finally

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    905ae07 View commit details
    Browse the repository at this point in the history
  19. Fix scope

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    68485ee View commit details
    Browse the repository at this point in the history
  20. Reuse initializeScopes

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    129ba3b View commit details
    Browse the repository at this point in the history
  21. Fix lint problem

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    ab4d1ee View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    a156184 View commit details
    Browse the repository at this point in the history
  23. Address reviews

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    bf8153b View commit details
    Browse the repository at this point in the history
  24. Add more tests

    sosukesuzuki authored and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    e53f5fe View commit details
    Browse the repository at this point in the history