remove globalThis and added URL to global

This commit is contained in:
2026-03-07 01:29:07 -06:00
parent 1a6bd09b7b
commit a9406d4292
3 changed files with 31 additions and 18 deletions

View File

@@ -15,6 +15,7 @@ const __dirname = dirname(__filename);
const globalVMContext = {
URLSearchParams,
URL,
console: logger,
crypto,
axios,