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
Speculative implementation was based on prototypical inheritance, but we're not using objects as much these days
I feel like I spoke to @ahejlsberg about this - is this the idea that you have to walk up inference contexts to figure out the true type of something until call resolution succeeds, and then you "commit" by squashing them?
This is a bit of a double-edged sword. If we don't use the JSX namespace, alternative JSX implementations may not be able to easily convince TypeScript of what they're doing. We'll have to be a bit careful here.
isArrayLike
Improvement to getNarrowedType changes lodash's isArray #52827if
won't reconstruct the original type (!)id
-like functions workpipe
-like functions unify much better?Promise<JSX>
is comingThe text was updated successfully, but these errors were encountered: