Chris Dietsch

Results 15 comments of Chris Dietsch

I published and installed a dev version of this locally here and see ``` error TypeError: Cannot read property 'endsWith' of undefined at C:\Users\chdietsc\source\repos\mason-ui\node_modules\json-schema-to-typescript\dist\src\generator.js:144:25 at generateRawType (C:\Users\chdietsc\source\repos\mason-ui\node_modules\json-schema-to-typescript\dist\src\generator.js:145:11) at generateType (C:\Users\chdietsc\source\repos\mason-ui\node_modules\json-schema-to-typescript\dist\src\generator.js:129:16)...

Looks like that error was an interesting edge case and when removed from my schemas it passes. It's very likely that's a bad edge case/incorrect schema definition as it was...

Is this still not possible? I was really hoping it would be and have run into this now in using it. I may make a PR to do this if...