non_shared_2.mjs (102B)
1 globalThis["loaded"].push(2); 2 3 export function setGlobal(name, value) { 4 globalThis[name] = value; 5 }