mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Remove a duplicate if statement (#15555)
This commit is contained in:
@@ -5716,9 +5716,6 @@ pub fn isZeroWidthCodepointType(comptime T: type, cp: T) bool {
|
||||
// Combining Diacritical Marks
|
||||
return true;
|
||||
}
|
||||
if (cp >= 0x300 and cp <= 0x36f)
|
||||
// Combining Diacritical Marks
|
||||
return true;
|
||||
|
||||
if (cp >= 0x200b and cp <= 0x200f) {
|
||||
// Modifying Invisible Characters
|
||||
|
||||
Reference in New Issue
Block a user