This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Releases: standard-things/esm
Releases · standard-things/esm
3.0.75
- 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.pathsis 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
SIGINTandSIGTERM(#552)
3.0.74
3.0.73
- Ensured builtin module references are shared between loader instances (#524)
- Ensured cache creation on
SIGINTandSIGTERM(#530) - Ensured
consolecan be used in shorthand property names (#526) - Ensured
muonis supported - Ensured namespace objects have only enumerable
module.exportsproperties (#516) - Ensured query/fragments are accounted for in main filenames (#531)
- Ensured support for
node-chakracore10.6.0 - Ensured top-level async iterators work with
options.await(#534) - Fixed regression resolving paths of hard links (#514)
- Made
options.sourceMapenabled forndb - Made
options.sourceMapenabled forNODE_ENV="development"