Skip to content

Commit c563420

Browse files
committed
chore: workerd fixed their setTimeout bug
1 parent 08c047d commit c563420

3 files changed

Lines changed: 27 additions & 28 deletions

File tree

bundler/modules/globals.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ if (process.env.EXODUS_TEST_PLATFORM === 'boa') {
155155

156156
if (
157157
process.env.EXODUS_TEST_PLATFORM === 'hermes' ||
158-
process.env.EXODUS_TEST_PLATFORM === 'workerd' || // FIXME: perhaps we want to not mask the workerd issue? https://github.com/cloudflare/workerd/issues/6019
159158
(process.env.EXODUS_TEST_IS_BAREBONE && !globalThis.clearTimeout)
160159
) {
161160
// Ok, we have broken timers, let's hack them around

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"jsvu": "^3.0.3",
211211
"prettier": "^3.0.3",
212212
"typedoc": "^0.28.16",
213-
"workerd": "^1.20260205.0"
213+
"workerd": "^1.20260207.0"
214214
},
215215
"peerDependencies": {
216216
"@babel/register": "^7.0.0",

pnpm-lock.yaml

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)