You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModelToTypeScript doesn't appear to quote object keys that have spaces in them, resulting in SyntaxError: Property or signature expected (when Prettier tries to format the resulting code, I assume).
Easy to see in the workbench (select "typescript transform"):
ModelToTypeScript doesn't appear to quote object keys that have spaces in them, resulting in
SyntaxError: Property or signature expected
(when Prettier tries to format the resulting code, I assume).Easy to see in the workbench (select "typescript transform"):
https://sinclairzx81.github.io/typebox-workbench/?share=Ly8gRWRpdCBUeXBlU2NyaXB0IFR5cGVzIEhlcmUuIFVzZSBDdHJsICsgUyB0byBTaGFyZQoKZXhwb3J0IHR5cGUgVCA9IHsKICAnaGVsbG8gd29ybGQnOiBudW1iZXIKfQ%3D%3D
The text was updated successfully, but these errors were encountered: