matatk / landmarks

Allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu
http://matatk.agrip.org.uk/landmarks/
MIT License
125 stars 7 forks source link

build: Switch to ES modules #436

Closed matatk closed 3 years ago

matatk commented 3 years ago

Node 14, which is currently LTS, has good ES module support, and adopting it will allow me to use the ?? operator. Seems like maybe quite a bit of work for just that :-) but this has simplified/consolidated/harmonised things a bit too.

This doesn't change the end product of the build, which still uses rollup to create a flattened version of the code.