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

Remove unused @babel/helpers code #14343

Merged
merged 6 commits into from Mar 23, 2022

Commits on Mar 9, 2022

  1. Copy the full SHA
    a387d99 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d387c5b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    84ebbfc View commit details
    Browse the repository at this point in the history
  4. Lazily compute helper metadata

    - When using `@babel/runtime`, we don't need the metadata so we can skip computing it
    - This fixes a Babel 8 bug introduced in the prev commit, because FileClass
    is not initialized when not using inline helpers
    nicolo-ribaudo committed Mar 9, 2022
    Copy the full SHA
    de7eb9f View commit details
    Browse the repository at this point in the history
  5. Move side effects from a getter to a function

    It's just nicer, side effects in getters are surprising.
    nicolo-ribaudo committed Mar 9, 2022
    Copy the full SHA
    d1c7ee5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    51439df View commit details
    Browse the repository at this point in the history