babel-plugin-rewire-exports icon indicating copy to clipboard operation
babel-plugin-rewire-exports copied to clipboard

Babel plugin for stubbing [ES6, ES2015] module exports

Results 4 babel-plugin-rewire-exports issues
Sort by recently updated
recently updated
newest added

# Issue! Currently I am in the process of using this to mock out imported dependencies for Cypress Component Testing, it works great but I am trying to get around...

To make sure that [export of ns from](https://github.com/tc39/proposal-export-ns-from) is supported by the plugin we need to cover it with tests. `export * as ns from "source"` as other re-exports should...

enhancement

First all all thank you for your great plugin. It already helps a lot 🚀! One thing, that I'm missing is a "global" restore. Currently after each `rewire` import/call I...

enhancement
question

When using flow (typescript alternative) in my project, "rewire-exports" starts choking on the files with the error ![image](https://user-images.githubusercontent.com/11875246/212436000-def4cba8-9119-4579-8929-97884646d120.png) This error only happens if I have "rewire-exports" in my plugins. Once...