Skip to content

Releases: standard-things/esm

3.2.25

17 May 05:25
Compare
Choose a tag to compare
  • Fixed regression parsing computed methods (#807)

3.2.24

16 May 17:33
Compare
Choose a tag to compare
  • Fixed regression parsing static methods (#804)

3.2.23

16 May 04:48
Compare
Choose a tag to compare
  • Added support for parsing public and private static class fields (#801)
  • Fixed regression in missing export detection for CJS modules (#773)
  • Fixed regression parsing computed class fields (#787)
  • Fixed REPL support for Node 12 (#792)
  • Reverted partial "type" field support of package.json (#784)

3.2.22

29 Mar 04:52
Compare
Choose a tag to compare
  • Reverted cache invalidation fix because of overactive file attribute updates (#746)

3.2.21

29 Mar 04:45
Compare
Choose a tag to compare
  • Ensured deep parse validation is performed before shallow (#768)
  • Ensured direct Module#_compile() calls are based on default options
  • Ensured .node files are stored in the real Module._cache in Jest (#765)
  • Fixed cache invalidation of re-published modules (#746)
  • Fixed dynamic import use in Puppeteer’s page.evaluate() (#762)
  • Fixed regression with ts-node/register (#769)
  • Fixed regression for packages with invalid "main" fields (#770)
  • Updated %s token of util.formatWithOptions()

3.2.20

21 Mar 20:42
Compare
Choose a tag to compare
  • Fixed typo in Entry#resumeChildren() (#760)

3.2.19

21 Mar 18:14
Compare
Choose a tag to compare
  • Ensured source maps generated when options.sourceMap is false (#756)
  • Ensured stack traces of syntax errors are not clipped
  • Ensured stack traces don’t use file URLs when options.cjs.paths is true
  • Updated util.formatWithOptions() implementation (#757)

3.2.18

15 Mar 17:41
Compare
Choose a tag to compare
  • Fixed undefined property access error for Loader.state.package.default (#752)
  • Reintroduced an improved Electron v1 fix (#750)

3.2.17

14 Mar 04:05
Compare
Choose a tag to compare
  • Fixed regression in Jest context (#747)

3.2.16

12 Mar 17:40
Compare
Choose a tag to compare
  • Fixed inline source map detection