Skip to content

3.0.75

Compare
Choose a tag to compare
@jdalton jdalton released this 13 Aug 18:20
· 1446 commits to master since this release
  • Avoided wrapping inspected values when not needed (#555)
  • Deferred more errors to the runtime instead of handling them with acorn (#546)
  • Ensured a syntax error is thrown for duplicate import specifiers (#562)
  • Ensured a syntax error is thrown for invalid escaped reserved words (#561)
  • Ensure function declarations are lexically scoped in ESM (#547)
  • Ensured module.paths is set through the ESM loader (#548)
  • Ensured parse errors are converted to regular errors (#560)
  • Ensured real paths of directories are resolved in Module._findPath() (#551)
  • Ensured specific named exports are not resolved before throwing in cycles (#544)
  • Ensured the process is exited for SIGINT and SIGTERM (#552)