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

Use swc parse for flight server and client loaders #33713

Merged
merged 16 commits into from Jan 27, 2022

Commits on Jan 26, 2022

  1. swc parse

    huozhi committed Jan 26, 2022
    Copy the full SHA
    2e5beb1 View commit details
    Browse the repository at this point in the history
  2. swc ast tree

    huozhi committed Jan 26, 2022
    Copy the full SHA
    7c37609 View commit details
    Browse the repository at this point in the history
  3. port to swc ast

    huozhi committed Jan 26, 2022
    Copy the full SHA
    e62ea2a View commit details
    Browse the repository at this point in the history
  4. remove acorn compiled dep

    huozhi committed Jan 26, 2022
    Copy the full SHA
    cc0e5f3 View commit details
    Browse the repository at this point in the history
  5. rm unused types

    huozhi committed Jan 26, 2022
    Copy the full SHA
    42699c5 View commit details
    Browse the repository at this point in the history
  6. add test

    huozhi committed Jan 26, 2022
    Copy the full SHA
    0df1273 View commit details
    Browse the repository at this point in the history
  7. update compiled

    huozhi committed Jan 26, 2022
    Copy the full SHA
    f880010 View commit details
    Browse the repository at this point in the history
  8. purge yarn lock

    huozhi committed Jan 26, 2022
    Copy the full SHA
    038115c View commit details
    Browse the repository at this point in the history
  9. tune test case name

    huozhi committed Jan 26, 2022
    Copy the full SHA
    808b531 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Copy the full SHA
    3facefc View commit details
    Browse the repository at this point in the history
  2. Use zero-based spans

    kdy1 committed Jan 27, 2022
    Copy the full SHA
    cb16b6a View commit details
    Browse the repository at this point in the history
  3. remove toBuffer for src

    huozhi committed Jan 27, 2022
    Copy the full SHA
    7f45560 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0d271b0 View commit details
    Browse the repository at this point in the history
  5. update compiled

    ijjk committed Jan 27, 2022
    Copy the full SHA
    db1d9c3 View commit details
    Browse the repository at this point in the history
  6. re-add updated acorn version

    ijjk committed Jan 27, 2022
    Copy the full SHA
    aa6ffbc View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fdea40d View commit details
    Browse the repository at this point in the history