Releases: standard-things/esm
Releases · standard-things/esm
3.0.65
- Improved
console
, eval
, and TDZ transforms
3.0.64
- Ensured
console
logs piped to developer tools unwrap internal proxies
3.0.63
- Ensured AST visitors are reset for each compiler run (#493)
- Ensured
console.Console
can be subclassed in Jest (#491)
- Ensured
esm
is initialized with an empty module cache in Jest (#492)
3.0.62
- Added guards for malformed
.data.json
metadata (#489)
- Ensured a file URL is used for inline source maps
- Ensured the module context is populated with environment builtins in Jest (#488)
3.0.61
- Fixed regression piping
console
logs to the Electron developer tools
3.0.60
- Ensured
global.global
is set (#487)
3.0.59
- Ensured top-level
arguments
is undefined
in ESM
- Fixed regression by ensuring CJS free variables are cleared in ESM
3.0.58
- Added missing module wrapper arguments for Electron
3.0.57
- Ensured
console.Console
can be inherited from (#482)
- Ensured
module.parent
is undefined
for ESM files with .mjs
parents
- Ensured Node
--inspect
flags are detected when they contain an =
sign (#483)
- Removed unneeded developer
options.warnings
3.0.56
- Ensured
esm
uses the context in which it’s loaded (#480)
- Ensured
console
logs are piped to the Electron developer tools
- Ensured source maps are generated when using the Electron developer tools