typeholes / tserr

A problems view for TypeScript errors
12 stars 0 forks source link

handle error messsages that contain lists #32

Open typeholes opened 1 year ago

typeholes commented 1 year ago

example: Type '{ type: undefined; default: undefined; optional: false; index: false; }' is missing the following properties from type 'ParsedStringField': literal, caseSensitive, sortable

Need to adjust the generated parsers and possibly the templates