Mark Allen
Mark Allen
Great, so I've taken a look at the internals of this package to figure out how this would be implemented, and I can imagine a few potential approaches, but here's...
Okay I'll have to do more research on how babel-plugin-codegen works in its other forms then, because I've only used it in the comment form. A global variable would probably...
I tried implementing this but it seems like external dependencies must be added before the plugin is returned and registered to babel (e.g. right here: https://github.com/kentcdodds/babel-plugin-codegen/blob/5e8d0acfc255b801d9f3a57dbc46b05b8589d32d/src/index.ts#L14), and the cache.using entries...
Hey guys, firstly thanks @kentcdodds for this awesome package! @serhiipalash mentioned cleaning the cache. What's the best way to clear out the babel cache and have changes take effect? Thank...
@danielo515 Maybe you can create multiple instances of the root, such as: ```js const rootA = j(fileInfo.source) const rootB = j('') ``` Then remove nodes from `rootA`, and add them...
PLEASE DO THIS
Is this going to be merged and released ever?
FTR, Graphiql just merged support for this 8 days ago https://github.com/graphql/graphiql/pull/1543
Can we get this merged or something