ts-json-schema-generator
ts-json-schema-generator copied to clipboard
Support for labeled tuple elements
TypeScript 4.0 introduced labeled tuple elements. However, it seems that they break the schema generator. When generating a schema from a type that references a labeled tuple, I end up with this error:
Error: Unknown node "***" (ts.SyntaxKind = 191) at ***
(***'s are project-specifc identifiers)
Do you plan to support this feature?
Eventually, yes. I'd love if you could help us by sending a pull request.