Skip to content
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

Open
grncdr opened this issue Nov 27, 2017 · 4 comments
Open

Contributors wanted! #1

grncdr opened this issue Nov 27, 2017 · 4 comments

Comments

@grncdr
Copy link
Owner

grncdr commented Nov 27, 2017

If you're interested in helping develop this library into something more "production ready", or even just interested in using it, say hi below.

@vhfmag
Copy link

vhfmag commented Nov 27, 2017

Hi! I have been rooting for something like that for quite a while, I can help :)

@grncdr
Copy link
Owner Author

grncdr commented Nov 27, 2017

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.

@nmccready
Copy link

It would be pretty wild if this could be wrapped into babel-plugin-transform-typescript .

@grncdr
Copy link
Owner Author

grncdr commented Jun 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants