mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
[JS Parser] Support explicit removing
This commit is contained in:
@@ -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),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user