Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export * statements are not transformed #2

Open
hon2a opened this issue Oct 6, 2017 · 0 comments
Open

export * statements are not transformed #2

hon2a opened this issue Oct 6, 2017 · 0 comments

Comments

@hon2a
Copy link

hon2a commented Oct 6, 2017

The plugin transforms filenames in plain import and export statements correctly, but doesn't transform mass re-export statements like

export * from './Foo.jsx'

Named re-export statements like

export { Foo } from './Foo.jsx';
export { Foo as Bar } from './Foo.jsx';

are transpiled correctly.

@hon2a hon2a changed the title Plugin doesn't transform re-export statements export * statements are not transformed Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant