mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
7 lines
192 B
JavaScript
7 lines
192 B
JavaScript
export function test() {
|
|
console.assert(globalThis === globalThis);
|
|
return testDone(import.meta.url);
|
|
}
|
|
|
|
//# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map
|