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

Reconsider the use of Babel transpiler #171

Open
palant opened this issue May 9, 2023 · 0 comments
Open

Reconsider the use of Babel transpiler #171

palant opened this issue May 9, 2023 · 0 comments

Comments

@palant
Copy link

palant commented May 9, 2023

I was looking into the code of a browser extension and wondering: “Why did the developers of a Manifest V3 (Chrome 88+) extension decide to transpile async functions (Chrome 55+) and for…of loops (Chrome 38+)?” Turns out, the extension was using this boilerplate.

You might want to drop using Babel transpiler altogether or at least restrict it to features not available to Chrome 88.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant