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
Follow on to #5368. When in EXPORT_ES6 mode import.meta.url should be used. In browsers document.currentScript will probably still work, but __dirname will not work in Node. import.meta.url is supported in both, and it's cleaner and safer.