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

Add createImportExpressions parser option #15682

Merged

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    984c17a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d7e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    677fac6 View commit details
    Browse the repository at this point in the history
  4. add ImportExpression AST node

    JLHwung authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    108673b View commit details
    Browse the repository at this point in the history
  5. implement createImportExpression

    JLHwung authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    afb7607 View commit details
    Browse the repository at this point in the history
  6. update parser test cases

    JLHwung authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a3c37d0 View commit details
    Browse the repository at this point in the history
  7. print ImportExpression

    JLHwung authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    36c5df7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f38936b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81b8450 View commit details
    Browse the repository at this point in the history
  10. add more test cases

    JLHwung authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a644aea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1437e7b View commit details
    Browse the repository at this point in the history
  12. Update packages/babel-parser/data/schema.json

    Co-authored-by: Nicolò Ribaudo <hello@nicr.dev>
    JLHwung and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1ed6a05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5de8194 View commit details
    Browse the repository at this point in the history
  14. implements estree/estree#307

    JLHwung authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cb1a0fb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd590b9 View commit details
    Browse the repository at this point in the history
  16. Update packages/babel-parser/src/parser/expression.ts

    Co-authored-by: Nicolò Ribaudo <hello@nicr.dev>
    JLHwung and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5b4b77d View commit details
    Browse the repository at this point in the history
  17. fix: allow new (import(foo))

    JLHwung authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    36848e0 View commit details
    Browse the repository at this point in the history
  18. add types

    liuxingbaoyu authored and nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e9e9a96 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b901309 View commit details
    Browse the repository at this point in the history
  20. Rename in tests

    nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    edcc9ca View commit details
    Browse the repository at this point in the history
  21. Update after rebase

    nicolo-ribaudo committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    588fb39 View commit details
    Browse the repository at this point in the history