diff --git a/crates/oxc_parser/src/lexer/string.rs b/crates/oxc_parser/src/lexer/string.rs index 533fb715d7a44..10f471fb02f87 100644 --- a/crates/oxc_parser/src/lexer/string.rs +++ b/crates/oxc_parser/src/lexer/string.rs @@ -109,7 +109,6 @@ macro_rules! handle_string_literal_escape { // mean `!table.matches(b)` on this branch prevents exiting this loop until // `source` is positioned on a UTF-8 character boundary again. $lexer.source.next_byte_unchecked(); - continue; } b if b == $delimiter => { // End of string found. Push last chunk to `str`.