This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Releases: standard-things/esm
Releases · standard-things/esm
3.2.15
3.2.14
3.2.13
3.2.12
- Ensured configuration-less
esm
works with@babel/register
(tapjs/tapjs#517) - Improved performance of
@babel/register
andnyc
(tapjs/tapjs#516)
3.2.11
3.2.10
3.2.9
3.2.8
- Added support for
.cjs
files - Ensured JSON modules maintain reference equality whether loaded by static
import
orrequire()
- Ensured mutation of JSON modules loaded by
require()
update their live bindings - Ensured named exports of CJS, JSON, and WASM modules are valid identifiers
- Ensured WASM modules participate in the lifecycle phases of ES modules