Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 18, 2024
1 parent 950c058 commit 8c80631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/swc_ecma_parser/src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ impl<'a> Lexer<'a> {
}

if let Some(c) = l.input.cur() {
can_be_keyword = false;
if Ident::is_valid_continue(c) {
l.bump();
continue;
Expand Down

0 comments on commit 8c80631

Please sign in to comment.