-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
Description
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. |