ts-react-loader icon indicating copy to clipboard operation
ts-react-loader copied to clipboard

Contributors wanted!

Open grncdr opened this issue 7 years ago • 4 comments

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

grncdr avatar Nov 27 '17 11:11 grncdr

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

vhfmag avatar Nov 27 '17 14:11 vhfmag

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.

grncdr avatar Nov 27 '17 23:11 grncdr

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

nmccready avatar Jun 27 '19 20:06 nmccready

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.

grncdr avatar Jun 28 '19 08:06 grncdr