fast-memoize.js icon indicating copy to clipboard operation
fast-memoize.js copied to clipboard

Add support of ES6 Modules

Open goremikin opened this issue 5 years ago • 3 comments
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.

goremikin avatar Aug 06 '20 08:08 goremikin

This looks also like a requirement to fix an issue with formatjs: https://github.com/formatjs/formatjs/issues/1913

laurentpellegrino avatar Aug 28 '20 09:08 laurentpellegrino

+1

RoXuS avatar Jan 30 '21 22:01 RoXuS

we ended up publishing a esm fork of this for formatjs

longlho avatar Apr 26 '21 03:04 longlho