Files
bun.sh/test/regression
Claude Bot 5f0654bf35 Add regression test and analysis for async stack trace issue with AsyncLocalStorage
- Add failing test for issue #24003
- Document root cause in JSC's promise reaction handling
- Propose upstream WebKit fix

The issue occurs because JSC uses promiseReactionJobWithoutPromiseUnwrapAsyncContext
when async context is active, which preserves async context but loses async stack
traces. This is a bug in JSC's builtin promise implementation that needs an upstream fix.
2025-10-25 04:44:41 +00:00
..