Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Releases: standard-things/esm

3.0.45

03 Jun 06:19
Compare
Choose a tag to compare
  • Fixed inspect() regression hiding internal proxies
  • Fixed regression with star exports of forwarded exports (#444)

3.0.44

01 Jun 20:50
Compare
Choose a tag to compare
  • Ensured console and inspecting enhancements work in Node < 10

3.0.43

01 Jun 04:43
Compare
Choose a tag to compare
  • Ensured mutable namespaces aren’t inadvertently finalized while merging entries (#442)

3.0.42

01 Jun 03:57
Compare
Choose a tag to compare
  • Continued max call stack error fixes from 3.0.29 (#438)
  • Fixed regression parsing default exported function declarations (#434, #441)

3.0.41

30 May 18:01
Compare
Choose a tag to compare
  • Improved formatting of proxies in util.inspect()

3.0.40

30 May 06:51
Compare
Choose a tag to compare
  • Fixed support for inspecting uninitialized namespace objects
  • Tweaked wrapping TDZ instrumentation in parentheses

3.0.39

29 May 05:08
Compare
Choose a tag to compare
  • Added support for inspecting nested objects containing builtin modules and namespace objects
  • Added support for inspecting uninitialized namespace objects
  • Added support for util.formatWithOptions() across Node versions
  • Avoided max call stack errors when an .esmrc is found without a package.json (#438)
  • Ensured a setter is used for the default namespace property (#435)
  • Ensured entry preload() is called in the parse pass regardless of module type (#432)
  • Ensured TDZ instrumentation is wrapped in parentheses (#437)

3.0.38

25 May 21:15
Compare
Choose a tag to compare
  • Fixed regression in exporting bindings of other modules (#422)

3.0.37

23 May 23:45
Compare
Choose a tag to compare

Added support for --preserve-symlinks-main Node flag
Added support for mutable namespace objects with options.cjs.mutableNamespace (#266)
Avoided syntax errors caused by TDZ instrumentation (#410)
Fixed default export regression (#409, #411)

3.0.36

20 May 05:29
Compare
Choose a tag to compare
  • Ensured primitives instanceof proxied modules don’t error (#408)