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

String import/export specifier #12091

Merged
merged 25 commits into from Oct 14, 2020

Commits on Oct 12, 2020

  1. feat: parse moduleExportName

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    db00d85 View commit details
    Browse the repository at this point in the history
  2. feat: add validators

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    356fd9e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1a6b13f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    00276bc View commit details
    Browse the repository at this point in the history
  5. test: add loose testcases

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    b71d726 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7f914d3 View commit details
    Browse the repository at this point in the history
  7. feat: support systemjs

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    463b3e1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b6c441c View commit details
    Browse the repository at this point in the history
  9. add plugin name typings

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    730eca0 View commit details
    Browse the repository at this point in the history
  10. test: rename test layout

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    e2e1d0b View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e14a03a View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    ae9d87a View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c6d3069 View commit details
    Browse the repository at this point in the history
  14. test: update test fixtures

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    41407f4 View commit details
    Browse the repository at this point in the history
  15. fix flow errors

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    f5759d0 View commit details
    Browse the repository at this point in the history
  16. docs: update AST spec

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    ec66634 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    4f8fce4 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    823b67b View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    04fa4bf View commit details
    Browse the repository at this point in the history
  20. Address review comments

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    JLHwung and kaicataldo committed Oct 12, 2020
    Copy the full SHA
    0b4dc58 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    9f9597b View commit details
    Browse the repository at this point in the history
  22. Apply suggestions from code review

    Co-authored-by: Brian Ng <bng412@gmail.com>
    JLHwung and existentialism committed Oct 12, 2020
    Copy the full SHA
    5f8e9b7 View commit details
    Browse the repository at this point in the history
  23. update test fixtures

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    f67fba1 View commit details
    Browse the repository at this point in the history
  24. Update packages/babel-parser/src/parser/error-message.js

    Co-authored-by: Brian Ng <bng412@gmail.com>
    JLHwung and existentialism committed Oct 12, 2020
    Copy the full SHA
    62e7d55 View commit details
    Browse the repository at this point in the history
  25. update test fixtures

    JLHwung committed Oct 12, 2020
    Copy the full SHA
    107444b View commit details
    Browse the repository at this point in the history