Open BobbyJonas opened 4 months ago
@BobbyJonas Hi,
I would like to do this, but would probably need to overhaul the codegen to achieve. This project was mostly written as a backend for https://sinclairzx81.github.io/typebox-workbench/ which had simple copy/paste in mind, but do see other use cases where multi module support would be useful in local project automation tasks.
Will mark for consideration, but don't anticipate ill be able to get around to this in the short to medium term. If there is a demand in the ecosystem for code generation of this sort, I may pick it up and implement this functionality in a version 2. But will see how things pan out in the current version.
Thanks for the suggestion!
As the title says, I have a codebase which contains TypeScript declare files, and want to convert them to typebox schema.
However, after reading the docs, it seems that only single file conversion is supported, import syntax is not supported.
So I would like to ask, if it is possible to add a func of converting a directory, which is very practical! Thanks in advance.