ESM Support
Closed this issue · 1 comments
chentsulin commented
We should either:
- Add
"type": "module"
to thepackage.json
file, or - Rename
node.js
tonode.mjs
ctjlewis commented
It's an ESM package already, use import. type: module would break CJS projects that use require.
This package is no longer maintained regardless.