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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: @babel/runtime 7.18.2 contains a 'const' keyword, making it es5-incompatible #14586

Closed
1 task
jlowcs opened this issue May 25, 2022 · 1 comment 路 Fixed by #14588
Closed
1 task

[Bug]: @babel/runtime 7.18.2 contains a 'const' keyword, making it es5-incompatible #14586

jlowcs opened this issue May 25, 2022 · 1 comment 路 Fixed by #14588
Labels
i: bug i: regression outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@jlowcs
Copy link
Contributor

jlowcs commented May 25, 2022

馃捇

  • Would you like to work on a fix?

How are you using Babel?

babel-loader (webpack)

Input code

N/A

Configuration file name

No response

Configuration

N/A

Current and expected behavior

afaik, @babel/runtime should not have to be processed by babel, and so should be ES5-compatible.

Environment

N/A

Possible solution

Replace const with var.

Additional context

The issue was apparently introduced by #14581

@babel-bot
Copy link
Collaborator

Hey @jlowcs! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite.

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Aug 25, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i: bug i: regression outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants