Update packages/svelte/src/compiler/phases/1-parse/utils/bracket.js

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
pull/10320/head
S. Elliott Johnson 6 months ago committed by GitHub
parent 83973edb2b
commit 55a57b40f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,7 @@ function count_leading_backslashes(string, search_start_index) {
}
/**
* The function almost known as bracket_fight
* Finds the corresponding closing bracket taking into account strings, comments and regex
* @param {string} template
* @param {number} index
* @param {string} open

Loading…
Cancel
Save