diff options
author | 2021-09-17 14:24:42 -0700 | |
---|---|---|
committer | 2021-09-17 14:24:42 -0700 | |
commit | 98e9b93b7ef0ad5c99461cd58c58e7cccece73e8 (patch) | |
tree | 8e4246c4cc878eee1c0ce0f5cc9a282de59ce5ee /integration/scripts/browser.js | |
parent | 3350e63004007d30eacb03ec2da5ab02138e0943 (diff) | |
download | bun-98e9b93b7ef0ad5c99461cd58c58e7cccece73e8.tar.gz bun-98e9b93b7ef0ad5c99461cd58c58e7cccece73e8.tar.zst bun-98e9b93b7ef0ad5c99461cd58c58e7cccece73e8.zip |
global -> globalThis
Diffstat (limited to 'integration/scripts/browser.js')
-rw-r--r-- | integration/scripts/browser.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/scripts/browser.js b/integration/scripts/browser.js index 7aa027d77..6ec075b11 100644 --- a/integration/scripts/browser.js +++ b/integration/scripts/browser.js @@ -90,6 +90,7 @@ async function main() { "/bundled-entry-point.js", "/export.js", "/type-only-imports.ts", + "/global-is-remapped-to-globalThis.js", ]; for (let test of tests) { |