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 identifier handling on export { default as ... } #1257

Merged
merged 1 commit into from
May 8, 2020

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented May 8, 2020

Fixes the parser bailing on default in

export { default as something } from "./something";

due to identifier handling.

Related: #98

@dcodeIO dcodeIO merged commit b5cb60f into master May 8, 2020
@dcodeIO dcodeIO mentioned this pull request May 9, 2020
@dcodeIO dcodeIO deleted the export-default-as branch May 14, 2020 21:12
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.

1 participant