Hi, I'm trying to use chai 4.3.4 in an environment that is neither node.js or the browser, and it works fine except for the fact that the polyfill to detect the global object as of type-detect 4.0.5 does not work in my environment (global does not exist, and neither does self, but globalThis does). Recent changes in #142 would absolutely work for my case, but there's no npm package right now that would pick them up.
Could type-detect and Chai get version bumps with these recent changes? thank you
Hi, I'm trying to use chai 4.3.4 in an environment that is neither node.js or the browser, and it works fine except for the fact that the polyfill to detect the global object as of type-detect 4.0.5 does not work in my environment (
globaldoes not exist, and neither doesself, butglobalThisdoes). Recent changes in #142 would absolutely work for my case, but there's no npm package right now that would pick them up.Could type-detect and Chai get version bumps with these recent changes? thank you