You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(execution): convert all promise-like results to promises (#4672)
previously, most pathways converted, but not all
in particular, pathways branching off of `isTypeOf(...)` and
`resolveType(...)` as well as `createSourceEventStream` could return
non-native promises even though we advertised `PromiseOrValue`.
There is also a micro-benchmark perf improvement even in sync paths,
presumably because V8 can make a few more assumptions.
<img width="907" height="827" alt="image"
src="https://github.com/user-attachments/assets/8285c2de-f872-47ec-88bf-ee046e0aa063"
/>
0 commit comments