Alexander Tømmerås
Results
12
issues of
Alexander Tømmerås
Closes https://github.com/vega/ts-json-schema-generator/issues/1355 Adding full type inference for template literals were quite a lot more work than first anticipated, particularly because `TemplateLiteralNodeParser` would narrow the type to a `LiteralType`, `StringType` or...
feedback
Hi, we often have validators that return extra metadata we want to access later. For example, a phone validator might produce both local and international formats. I noticed the shared...
enhancement