This repository has been 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.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
andSIGTERM
(#552)
3.0.74
3.0.73
- Ensured builtin module references are shared between loader instances (#524)
- Ensured cache creation on
SIGINT
andSIGTERM
(#530) - Ensured
console
can be used in shorthand property names (#526) - Ensured
muon
is supported - Ensured namespace objects have only enumerable
module.exports
properties (#516) - Ensured query/fragments are accounted for in main filenames (#531)
- Ensured support for
node-chakracore
10.6.0 - Ensured top-level async iterators work with
options.await
(#534) - Fixed regression resolving paths of hard links (#514)
- Made
options.sourceMap
enabled forndb
- Made
options.sourceMap
enabled forNODE_ENV="development"