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-preset-env): check api.caller is a function to avoid to thr… #10649

Merged
merged 1 commit into from Nov 5, 2019

Conversation

love2me
Copy link
Contributor

@love2me love2me commented Nov 5, 2019

Fix #10646
check api.caller is a function to avoid to throw error: api.caller is not a function.

Copy link
Member

@nicolo-ribaudo nicolo-ribaudo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nicolo-ribaudo nicolo-ribaudo added i: regression PR: Bug Fix 🐛 A type of pull request used for our changelog categories Priority: High labels Nov 5, 2019
@nicolo-ribaudo nicolo-ribaudo merged commit f8eb290 into babel:master Nov 5, 2019
@hjanuschka
Copy link

i can confirm, that it worked!

@hjanuschka
Copy link

any chances you can publish a hotfix release?

@nicolo-ribaudo
Copy link
Member

Fixed in 7.7.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i: regression outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Bug Fix 🐛 A type of pull request used for our changelog categories Priority: High
Projects
None yet
Development

Successfully merging this pull request may close these issues.

throw error: api.caller is not a function in babel-preset-env/index.js
3 participants