benlesh / symbol-observable

Symbol.observable ponyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improve node ESM compatibility

arlac77 opened this issue · comments

What about better ESM support ?

As node now supports ESM natively.

Allow direct importing (without bundlers) by:

  • rename *.js -> *.mjs
  • and/or add type: "module" to package.json