blob: 6cd8e2e2289b395e25b765c95c24044279e257a6 (
plain) (
blame)
1
2
3
4
5
6
|
export function test() {
console.assert(globalThis === globalThis);
return testDone(import.meta.url);
}
//# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map
|