mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
WebKit upgrade (#12246)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -749,10 +749,6 @@ pub fn eql(self: string, other: anytype) bool {
|
||||
return true;
|
||||
}
|
||||
|
||||
pub inline fn eqlInsensitive(self: string, other: anytype) bool {
|
||||
return std.ascii.eqlIgnoreCase(self, other);
|
||||
}
|
||||
|
||||
pub fn eqlComptime(self: string, comptime alt: anytype) bool {
|
||||
return eqlComptimeCheckLenWithType(u8, self, alt, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user