#348·json5

migrate to ESModules

Author: BIG293Created Jun 20, 2024Updated Sep 17, 2026
Labelsenhancement :+1:

The library at the moment is using commonJS modules with require to imports other modules. You should migrate to modern ESModules to be compliant with modern bundling systems that applies three shaking techniques.