unjs / unenv

๐Ÿ•Š๏ธ Convert javaScript code to be runtime agnostic
MIT License
340 stars 18 forks source link

fix(node:vm): use relative import to _internal/utils #245

Closed IgorMinar closed 1 month ago

IgorMinar commented 1 month ago

This issue is breaking the polyfill at runtime.

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

๐Ÿ“ Checklist

pi0 commented 1 month ago

Thanks for PR. I noticed this issue in https://github.com/unjs/unenv/pull/242 (sorry on phone can you please confirm if fixes?)

IgorMinar commented 1 month ago

@pi0 checking

IgorMinar commented 1 month ago

@pi0 yes, #242 fixed it. thanks!