Files
bun.sh/test/regression/issue/24387/p.js
Alistair Smith 995d988c73 Clear module cache when require'ing an es module with TLA throws (#24389)
### What does this PR do?

Fixes #24387

### How did you verify your code works?

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Marko Vejnovic <marko@bun.com>
2025-11-05 13:55:49 -08:00

3 lines
79 B
JavaScript

await new Promise(resolve => setTimeout(resolve, 100));
export const foo = 67;