This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
0.19.2
- Enabled support for Jest globals option (#212)
- Ensured CJS modules are not re-evaluated (#209, #217)
- Ensured correct execution order of re-exported modules
- Ensured
ESM_OPTIONS
can set the"cache"
option (#215) - Ensured exported bindings are defined in the module
- Ensured
require()
is properly bound when using Jest (#224)