You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @capricorn86, I apologize in advance for taking advantage of the interation in this issue. @dylang, could you please give a look on dylang/npm-check#397? Someboby made a nice PR with some lovely additions and updates on npm-check package, a project that I greatly recommend. Have a nice day, folks :)
https://github.com/capricorn86/happy-dom/blob/master/packages/happy-dom/src/window/Window.ts#L328-L330
Example:
This is causing packages that depend on https://github.com/dougwilson/nodejs-depd to fail because it returns a new function generated using
eval
.Possible fix:
Typing for
eval
will need to be updated as well.The text was updated successfully, but these errors were encountered: