Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unknown node " #37

Open
jacobgardner opened this issue Jul 23, 2019 · 1 comment
Open

Error: Unknown node " #37

jacobgardner opened this issue Jul 23, 2019 · 1 comment
Labels
bug Something isn't working High Priority

Comments

@jacobgardner
Copy link
Owner

Describe the bug
Upon running ttsc with assertIsType or isType with any type, I get Error: Unknown node "MyNodeName

To Reproduce
Steps to reproduce the behavior or better yet a small example, gist or repo of the behavior:

Expected behavior
The transpilation should complete

Environment:

  • Typescript Version: 3.2.4
  • Node Version: v10.13 (but have observed behavior with others)
@jacobgardner jacobgardner added bug Something isn't working High Priority labels Jul 23, 2019
@jacobgardner
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working High Priority
Projects
None yet
Development

No branches or pull requests

1 participant