Henry

Results 197 comments of Henry

I'm hoping to talk more about these topics in the podcast episodes with her 😄

Thinking about it now, it's probably fine to not have every plugin have to have a capability anyway since it's opt-in and can be incremented added if someone needs it....

Ok as discussed on slack, maybe `dependencies` isn't a good word for this because for this specific case. as @rwjblue describes: * plugin-a literally requires that plugin-b exists (currently what...

FYI in babel 7, the cache should go in `node_modules/.cache` now via `findCacheDir` (as mentioned above) so it would be per directory

Wow this is an amazing issue description @Jamesernator! I totally get where you're coming at: `replaceWith` causing an infinite loop definitely is a concern when learning to write plugins and...

We could add some clarifying info to https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md about this

Would you like to make the PR @Jamesernator?

Was thinking through some ideas on how to make the migration easier (not for 1 project for the ecosystem) with @nicolo-ribaudo and @existentialism and I'll post an idea we had...

Removing stuff from babel-core is it's own issue 😄

@nene recast should support everything Babel does after my PR to update it to support Babel 6 changes; if not we can make a issue/pr