By wim leers on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.0.x
Introduced in version:
10.0.0
Description:
Thanks to Drupal 10 dropping support for Internet Explorer 11 (#3155358: [policy, no patch] Drop IE11 support from Drupal 10.0.x), all supported browsers now support ECMAScript 6.
This allowed Drupal core to simplify the DX:
- the
*.jsfile can contain ES6 directly - hence the build step (
yarn build:js) to turn a*.es6.jsfile into an ES5*.jsfile is no longer necessary. - … and all
*.es6.jsfiles were removed!
Impacts:
Module developers
Themers