Skip to content

0.16.0

Compare
Choose a tag to compare
@jdalton jdalton released this 17 Nov 05:03
· 3963 commits to master since this release
  • Added support for monkey patching Module._nodeModulePaths()
    and Module._resolveFilename() with the "cjs" option (#154)
  • Added support for parsing async iterators (#152)
  • Clarified errors when failing to opt-in @std/esm
  • Made module namespace objects align closer to the specification
  • Made module.exports of require()’d ESM support live bindings (#150)