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.65

09 Jul 07:03
Compare
Choose a tag to compare
  • Improved console, eval, and TDZ transforms

3.0.64

08 Jul 03:58
Compare
Choose a tag to compare
  • Ensured console logs piped to developer tools unwrap internal proxies

3.0.63

06 Jul 20:03
Compare
Choose a tag to compare
  • 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

03 Jul 17:12
Compare
Choose a tag to compare
  • 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

02 Jul 01:00
Compare
Choose a tag to compare
  • Fixed regression piping console logs to the Electron developer tools

3.0.60

01 Jul 23:34
Compare
Choose a tag to compare
  • Ensured global.global is set (#487)

3.0.59

01 Jul 19:00
Compare
Choose a tag to compare
  • Ensured top-level arguments is undefined in ESM
  • Fixed regression by ensuring CJS free variables are cleared in ESM

3.0.58

01 Jul 18:57
Compare
Choose a tag to compare
  • Added missing module wrapper arguments for Electron

3.0.57

30 Jun 21:57
Compare
Choose a tag to compare
  • 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

30 Jun 21:50
Compare
Choose a tag to compare
  • 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