v3.2.0
Features
- Add option
useCurrentGlobal
to pass all the available variable from the currentglobal
(orglobalThis
) into the context. - Add curried functions
createRequireFromString
,createImportFromString
andcreateImportFromStringSync
.
useCurrentGlobal
to pass all the available variable from the current global
(or globalThis
) into the context.createRequireFromString
, createImportFromString
and createImportFromStringSync
.