Use named export for ES module compatibility. #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'd expect a major bump after this is released.
@marijnh What do you think? I need this as well.
Argh, sorry about never responding here.
In which context can you treat a CommonJS module as an ES module, but you can't use
module.exportsasexport default?Now it's my turn to Argh ;-)
I had a wrong import statement somewhere else and i (incorrectly) blamed orderedmap. You can ignore my previous comment.
Okay, thanks. @bradleyayers Is this still something that would help you? If not, I'll close it.
I don't believe I need this since TypeScript added
esModuleInterop.Pull request closed