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
Nodes will not be able to handle Union types between ts and non-ts types. Instead, we should raise an exception during node signature parsing to that effect.
Describe the bug
It seems that
Union[X, csp.ts[Y]]
is not resolving as a ts-type during parsing.To Reproduce
Expected behavior
This code should output:
What I actually get is:
Error Message
Runtime Environment
0.8.0
3.12.9 | packaged by conda-forge | (main, Feb 14 2025, 08:00:06) [GCC 13.3.0]
linux
Additional context
Pertains to #493
The text was updated successfully, but these errors were encountered: