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

Investigate strengthening checks that transpiled code matches browser support #4287

Open
1 task
romaricpascal opened this issue Oct 2, 2023 · 0 comments
Open
1 task
Labels

Comments

@romaricpascal
Copy link
Member

What

See if we can improve our confidence that the code we ship, which is transpiled by Babel, matches our browser support (ie. doesn't require any surprise polyfill or leftover syntax that wouldn't run everywhere).

There are various times this could happen:

Why

This would give us more confidence that our configuration of , to limit the language features we use, and Babel, to transpile new features to older syntax, doesn't have gaps.

Who needs to work on this

Developers

Who needs to review this

Developers

Done when

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

No branches or pull requests

1 participant