-
Notifications
You must be signed in to change notification settings - Fork 326
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
Handle recursive types #324 #383
Handle recursive types #324 #383
Conversation
CI fails on TS 3.7:
Tips appreciated ;) |
Awesome. Thank you so muchy. What's the diff for the globalThis test? |
Well, type error...
I will try to fix it on Monday... |
🤦♂️ right, the stacktrace. |
858698e
to
65904f4
Compare
Well @domoritz, you solved my problem by removing typescript 3.7 from tests :P Ready to merge 🚀 |
Thank you |
"prev", | ||
"propA", | ||
"propB" | ||
], | ||
"type": "object" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the type still be here? We already have a $ref property so I think this is wrong.
Please:
Readme.md
Fixes #324, #339, #246 -> Hopefully ;) Tested on examples from this repository https://github.com/Guidewire/ts-to-json-schema-tests (The ExampleProps).
Feedback appreciated.