@supercharge/goodies
Advanced tools
Changelog
2.0.0 - 2022-10-17
resolveDefaultImport
method: returns the resolved default
export from module found at filePath
without the wrapping { default: … }
esmRequire
: not needed anymore because this package moved to ESM and esmRequire
used CommonJS. Use resolveDefaultImport
insteadesmResolve
: not needed anymore because this method is now part of resolveDefaultImport
Changelog
1.9.0 - 2021-04-11
Goodies
class to individual methodsjest
to AVA
(avoiding globals and using explicit methods instead)