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
This appears to occur because the schema generator is expecting typescript 3.5.x. We may want to set the schema generator as a peer dependency so that the consumer can choose different TS versions. We also want to see if there's anything we can do to make this library more stable across different versions.
Describe the bug
Upon running
ttsc
withassertIsType
orisType
with any type, I getError: Unknown node "MyNodeName
To Reproduce
Steps to reproduce the behavior or better yet a small example, gist or repo of the behavior:
ttsc
Expected behavior
The transpilation should complete
Environment:
The text was updated successfully, but these errors were encountered: