asapach / babel-plugin-rewire-exports

Babel plugin for stubbing [ES6, ES2015] module exports
MIT License
66 stars 7 forks source link

Support export * as ns from "source" #26

Open sergei-startsev opened 4 years ago

sergei-startsev commented 4 years ago

To make sure that export of ns from is supported by the plugin we need to cover it with tests.

export * as ns from "source" as other re-exports should be ignored. They can be rewired in the original modules.