-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributors wanted! #1
Comments
Hi! I have been rooting for something like that for quite a while, I can help :) |
Cool! I started writing out some issues for the things I know should be done, and some a bit more open-ended about the overall design are coming next. |
It would be pretty wild if this could be wrapped into babel-plugin-transform-typescript . |
That's pretty unlikely to be possible, babel-plugin-transform-typescript doesn't actually have any type information, it only parses the type declarations in order to remove them from the emitted code. If you want to drive code generation from type information, the only option is the typescript compiler. See also this comment from last October. |
If you're interested in helping develop this library into something more "production ready", or even just interested in using it, say hi below.
The text was updated successfully, but these errors were encountered: