mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
- 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.