ts-json-schema-generator icon indicating copy to clipboard operation
ts-json-schema-generator copied to clipboard

Support for labeled tuple elements

Open vostrnad opened this issue 4 years ago • 1 comments

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?

vostrnad avatar Oct 17 '20 03:10 vostrnad

Eventually, yes. I'd love if you could help us by sending a pull request.

domoritz avatar Oct 17 '20 03:10 domoritz