const timer = setTimeout(() => {}, 999_999_999); if (timer.unref() !== timer) throw new Error("Expected timer.unref() === timer"); var ranCount = 0; const going2Refresh = setTimeout(() => { if (ranCount < 1) going2Refresh.refresh(); ranCount++; if (ranCount === 2) { console.log("SUCCESS"); } }, 1); h=dylan/github-api-option' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/optional-chain-with-function.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-22Handle integer overflow in logs betterGravatar Jarred Sumner 1-4/+2
2022-06-22[JS Printer] Fix bug with printing re-exported functions that are from an obj...Gravatar Jarred Sumner 1-33/+57
2022-06-22Fix bug with `browser` disabled modulesGravatar Jarred Sumner 1-12/+29
2022-06-22Disable modules in the linkerGravatar Jarred Sumner 1-0/+6
2022-06-22this assertion isn't good enoughGravatar Jarred Sumner 1-1/+1
2022-06-22Disable modules constently for bun in`bun bun`Gravatar Jarred Sumner 1-0/+16
2022-06-22Fix bug with exceptions inside EventTargetGravatar Jarred Sumner 11-137/+413
2022-06-22Add a way to schedule microtasks from C++Gravatar Jarred Sumner 5-35/+77
2022-06-22Update javascript.zigGravatar Jarred Sumner 1-13/+152
2022-06-22Clean up perf hooks a littleGravatar Jarred Sumner 1-9/+21
2022-06-22use JSValue for `bun test`Gravatar Jarred Sumner 1-13/+19