fast-memoize.js
fast-memoize.js copied to clipboard
Add support of ES6 Modules
trafficstars
I would like to request the new feature to add support of ES6 Modules, which are becoming the de-facto standard to package JavaScript code.
This would allow to use fast-memoize natively in modern browsers without any build steps.
This looks also like a requirement to fix an issue with formatjs: https://github.com/formatjs/formatjs/issues/1913
+1
we ended up publishing a esm fork of this for formatjs