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

Convert @babel/parser to TypeScript #14783

Merged
merged 9 commits into from Jul 23, 2022
Merged

Commits on Jul 22, 2022

  1. flowts convert

    yarn dlx flowts --no-allow-js --interactive-rename -i "./src/**/*.js" "./packages/babel-parser/" && yarn eslint packages/babel-parser '**/*.ts' --fix
    JLHwung committed Jul 22, 2022
    Copy the full SHA
    1b9a1ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    edba44e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3772d5d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4466730 View commit details
    Browse the repository at this point in the history
  5. fix tokenizer types optimizer

    JLHwung committed Jul 22, 2022
    Copy the full SHA
    542ca35 View commit details
    Browse the repository at this point in the history
  6. fix parser core typing errors

    JLHwung committed Jul 22, 2022
    Copy the full SHA
    120e5d6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7035b16 View commit details
    Browse the repository at this point in the history
  8. code review

    JLHwung committed Jul 22, 2022
    Copy the full SHA
    a1a2a3e View commit details
    Browse the repository at this point in the history
  9. Minor updates

    nicolo-ribaudo committed Jul 22, 2022
    Copy the full SHA
    d3fa1a1 View commit details
    Browse the repository at this point in the history