Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants