[JS Parser] Support explicit removing

This commit is contained in:
Jarred Sumner
2022-04-16 09:29:10 -07:00
parent 89ca887ea0
commit 0137e5cf94
10 changed files with 480 additions and 88 deletions

View File

@@ -1335,7 +1335,7 @@ pub inline fn wtf8ByteSequenceLengthWithInvalid(first_byte: u8) u3 {
else if ((first_byte & 0xF8) == 0xF0)
@as(u3, 4)
else
@as(u3, 0),
@as(u3, 1),
};
}