Skip to content

Commit

Permalink
chore: remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
7086cmd committed Oct 2, 2024
1 parent 2c99d2a commit 715017c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ impl<'a> PeepholeFoldConstants {
// `-~1` -> `2`
if let Expression::NumericLiteral(n) = &mut un.argument {
is_valid(n.value).then(|| {
// Here, we need to handle the exceeded scenarios with C.
let value = !n.value.to_js_int_32().wrapping_neg();
ctx.ast.expression_numeric_literal(
SPAN,
Expand Down

0 comments on commit 715017c

Please sign in to comment.