babel-plugin-explicit-exports-references-jsx-support
v1.0.5
Published
Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even
Downloads
13
Maintainers
Readme
This is complete fork of https://github.com/Xunnamius/babel-plugin-explicit-exports-references but small changes to add support for jsx.