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

Use browserslist to infer ES version to check against #93

Open
jroru opened this issue Jul 2, 2021 · 1 comment
Open

Use browserslist to infer ES version to check against #93

jroru opened this issue Jul 2, 2021 · 1 comment

Comments

@jroru
Copy link

jroru commented Jul 2, 2021

Requested Update

It would be great if a browserslist config could be used to infer which ES version to check against

Related issue: obahareth/are-you-es5#64

Why Is This Update Needed?

Many front-end tools (e.g. babel) use the common browserslist configuration to determine which browsers to target. Before I ship my code to production, I would like to verify that the transpiled code indeed supports the ES version inferred by my supported browsers list.

Are There Examples Of This Requested Update Elsewhere?

No

Read about references issues here. Provide paragraph text responses to each header.

@yowainwright
Copy link
Owner

If anyone wants to submit this PR, I'm definitely open to it! 👍

However, I (the maintainer/creator) is more focused on providing warning checks based on versions.
AKA, Map in es6, etc

Thanks for this issue @jroru ! Sorry it took me so long to respond!

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

2 participants