Esm Versions Save

Tomorrow's ECMAScript modules today!

3.2.25

5 years ago
  • Fixed regression parsing computed methods (#807)

3.2.24

5 years ago
  • Fixed regression parsing static methods (#804)

3.2.23

5 years ago
  • 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

5 years ago
  • Reverted cache invalidation fix because of overactive file attribute updates (#746)

3.2.21

5 years ago
  • 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

5 years ago
  • Fixed typo in Entry#resumeChildren() (#760)

3.2.19

5 years ago
  • 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

5 years ago
  • Fixed undefined property access error for Loader.state.package.default (#752)
  • Reintroduced an improved Electron v1 fix (#750)

3.2.17

5 years ago
  • Fixed regression in Jest context (#747)

3.2.16

5 years ago
  • Fixed inline source map detection