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

ES6 is now widely supported #3831

Open
zeezephyr opened this issue Oct 14, 2024 · 0 comments
Open

ES6 is now widely supported #3831

zeezephyr opened this issue Oct 14, 2024 · 0 comments
Labels

Comments

@zeezephyr
Copy link
Contributor

https://caniuse.com/?search=es6

Perhaps these (and other) references to ES6 should be updated?

We have implemented our applications by dividing our code into separate modules that have been <i>imported</i> to places that require them. Even though ES6 modules are defined in the ECMAScript standard, the older browsers do not know how to handle code that is divided into modules.

As mentioned in part 1, most browsers do not support the latest features that were introduced in ES6 and ES7, and for this reason, the code is usually transpiled to a version of JavaScript that implements the ES5 standard.

@vejol vejol added the part 7 label Jan 3, 2025
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

2 participants