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

feat: support ExportNamedDeclaration #601

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lyd9607
Copy link

@Lyd9607 Lyd9607 commented Mar 4, 2022

support ExportNamedDeclaration . as : export { Button } => export { _Button }

@Lyd9607
Copy link
Author

Lyd9607 commented Mar 7, 2022

support:
export { Button } => export { _Button as Button };
export { Button as Button1 } => export { _Button as Button1 }

@Lyd9607 Lyd9607 changed the title support ExportNamedDeclaration feat: support ExportNamedDeclaration Mar 7, 2022
@Lyd9607
Copy link
Author

Lyd9607 commented Mar 7, 2022

@sorrycc 大佬有时间CR下吗

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.

None yet

1 participant