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: regression - panic analyzing dynamic imports in jsdocs #547

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

dsherret
Copy link
Member

No description provided.

@@ -832,13 +832,16 @@ fn parse_jsdoc_dynamic_import(input: &str) -> monch::ParseResult<JsDocImport> {
use monch::*;
let original_input = input;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I caused by accident by moving this line before the next one for the end of the function.

@dsherret dsherret merged commit 684eb1a into denoland:main Nov 26, 2024
16 checks passed
@dsherret dsherret deleted the fix_panic_char_boundary_parse branch November 26, 2024 17:16
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.

2 participants