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
Thanks for the report. I'll fix this. In the meantime, you can use parentheses to work around this problem: infer A extends object => (infer A) extends object.
I have the following type, used as a return type for a function that recursively turns arrays into objects:
When I compile with esbuild, I get an error:
ERROR: Expected ">" but found "?"
I have also made a test that fails: 2aac25c
Failure:
The text was updated successfully, but these errors were encountered: