Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 18, 2024
1 parent 00f14c9 commit 3b2d10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/swc_ecma_parser/src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ impl<'a> Lexer<'a> {
}

slice_start = l.cur_pos();
continue;
}

// ASCII but not a valid identifier
Expand Down

0 comments on commit 3b2d10d

Please sign in to comment.