Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 28, 2023
1 parent 9ce1af6 commit cdc8128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/swc_ecma_parser/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ impl Keyword {
Void => js_word!("void"),

Delete => js_word!("delete"),
Accessor => js_word!("accessor"),
}
}
}
Expand Down

0 comments on commit cdc8128

Please sign in to comment.