1 2 3 4
export function test() { console.assert(global === globalThis); return testDone(import.meta.url); }