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 ImportDeclaration #210

Merged
merged 4 commits into from
Nov 4, 2024
Merged

Fix ImportDeclaration #210

merged 4 commits into from
Nov 4, 2024

Conversation

kungfooman
Copy link
Owner

Fixes: #191

Also found an issue with runtime import's (seems to be a Babel 8 breaking change)

@kungfooman kungfooman added bug Something isn't working Babel Related to Babel compiler ast stringification Everything related to AST node stringification code generation Everything related to code generation labels Nov 4, 2024
@kungfooman kungfooman self-assigned this Nov 4, 2024
@kungfooman kungfooman merged commit 658b5d4 into main Nov 4, 2024
4 checks passed
@kungfooman kungfooman deleted the fix-import-declarations branch November 6, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ast stringification Everything related to AST node stringification Babel Related to Babel compiler bug Something isn't working code generation Everything related to code generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix output of mixed ImportDefaultSpecifier / ImportSpecifier
1 participant