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: correct selection range of the import without semicolon #2651

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

jasonlyu123
Copy link
Member

#2619

The problem is the mapping off by one character issue plus a generated semicolon. This map the length difference 2 instead of 1 so the length check in mapRangeToOriginal doesn't map it back.

@jasonlyu123 jasonlyu123 merged commit c830841 into sveltejs:master Jan 6, 2025
3 checks passed
@jasonlyu123 jasonlyu123 deleted the last-import-mapping branch January 6, 2025 05:22
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