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(skipModules): 🚑 named import 'as'ed twice #850

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

stormslowly
Copy link
Member

case:

import { default as d1, default as d2} from "x"

solution

match the to replaced ident , take() it then break immedidately

@stormslowly stormslowly changed the title fix(skipModules): 🚑 named import ased twice fix(skipModules): 🚑 named import 'as'ed twice Jan 9, 2024
@stormslowly stormslowly merged commit 00fefbb into master Jan 9, 2024
8 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/double_named_import branch January 9, 2024 08:50
@stormslowly stormslowly restored the fix/double_named_import branch March 25, 2024 05:24
@stormslowly stormslowly deleted the fix/double_named_import branch August 9, 2024 06:13
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