typebox-workbench
typebox-workbench copied to clipboard
Type Transform Tool for Runtime Type Systems
Hi! Thanks for a cool website! When I click on any libs, it should open with `/typebox-workbench/:libName` route It helps to share the link with the lib name. What do...
Add Support for changing the Project. Currently only One Source code is there. So users can create a new Project and for each Project the source code can be different....
### Summary When defining multiple TypeScript `interface`s with the same name, they are not merged correctly in TypeBox-Workbench. Instead, only the last defined `interface` is adopted, causing earlier definitions to...
IE, I'd love to be able to automatically have the workbench generate TypeBox types with a `Schema` naming convention, so that ```ts type User = { id: number; firstName: string;...