Skip to content

Convert to ESM

Closed May 24, 2024 57% complete

This update will completely change the directory tree, the IIFE module will be splitted into files of ESM module format, each file is a category in which 1 or more variables will be contained and exported. I'll also make the polyfills independent of the main library, and move non-official polyfills (those that don't belong to any proposal) to my own libra…

This update will completely change the directory tree, the IIFE module will be splitted into files of ESM module format, each file is a category in which 1 or more variables will be contained and exported. I'll also make the polyfills independent of the main library, and move non-official polyfills (those that don't belong to any proposal) to my own library instead of polluting the built-in namespaces

Loading