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

fix(babel-plugin-export-metadata): re-export causes meta error #805

Merged
merged 3 commits into from
Apr 18, 2019

Conversation

fi3ework
Copy link
Contributor

@fi3ework fi3ework commented Apr 17, 2019

Description

This PR could fix #794 . @pedronauck
Fix re-export caused error. Following re-export are fixed:

export { default } from './a'

export { a } from './a'

export { default as b } from './a'

export { a as default } from './a'

export { a as b } from './a'

Review

  • add tests

@fi3ework fi3ework changed the base branch from master to dev April 17, 2019 15:44
@pedronauck
Copy link
Member

Real cool dude, thanks a lot 🙏

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

Successfully merging this pull request may close these issues.

2 participants