Releases: standard-things/esm
Releases · standard-things/esm
3.2.25
- Fixed regression parsing computed methods (#807)
3.2.24
- Fixed regression parsing static methods (#804)
3.2.23
- 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
- Reverted cache invalidation fix because of overactive file attribute updates (#746)
3.2.21
- 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
- Fixed typo in
Entry#resumeChildren()
(#760)
3.2.19
- 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
- Fixed undefined property access error for
Loader.state.package.default
(#752)
- Reintroduced an improved Electron v1 fix (#750)
3.2.17
- Fixed regression in Jest context (#747)
3.2.16
- Fixed inline source map detection