standard-log@9.1.3
·
326 commits
to main
since this release
Patch Changes
-
93f42fd: Adjust
getLogger()signature back to(id: string, options?: LoggerOptions).Will need some utility functions to be in-place before pushing the
just-funcparadigm to JS/TS.Currently, JS/TS is not ready for
const [,{ error }] = getLogger()way to do things.It is possible, but should investigate to see if there is a better way to make the transition seamless.
Likely some transformation WebAssembly runtime written in rust would be needed.