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

fix(babel-parser): avoid state.clone() to clone the whole token store #11029

Merged
merged 5 commits into from Jan 20, 2020
Merged

fix(babel-parser): avoid state.clone() to clone the whole token store #11029

merged 5 commits into from Jan 20, 2020

Commits on Jan 18, 2020

  1. fix(babel-parser): avoid state.clone() to clone the whole token store

    Fixed the performance issue on large input when turned on option {tokens: true} and typescript plugin which uses quite a few state.clone().
    3cp committed Jan 18, 2020
    Copy the full SHA
    3d5b3fe View commit details
    Browse the repository at this point in the history
  2. test(babel-parser): turn on 2 typescript tests with tokens:true

    The output.json is generated by old master to make sure no regression.
    3cp committed Jan 18, 2020
    Copy the full SHA
    d7bf6e3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dfe6480 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cb2449e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Copy the full SHA
    a2f8085 View commit details
    Browse the repository at this point in the history