diff options
author | 2023-08-25 01:43:25 -0700 | |
---|---|---|
committer | 2023-08-25 01:43:25 -0700 | |
commit | 9aabe4eea1a9dc4f05ff96c370b877f942741820 (patch) | |
tree | 829be1114b5eefc1e23f2e71ad876a073b7ff130 /src | |
parent | 90f3bf2796b08f38297321c46366ed417b1ecb3b (diff) | |
download | bun-9aabe4eea1a9dc4f05ff96c370b877f942741820.tar.gz bun-9aabe4eea1a9dc4f05ff96c370b877f942741820.tar.zst bun-9aabe4eea1a9dc4f05ff96c370b877f942741820.zip |
Upgrade peechy
Diffstat (limited to 'src')
-rw-r--r-- | src/api/schema.zig | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/api/schema.zig b/src/api/schema.zig index f3141a1b5..79a98cfa8 100644 --- a/src/api/schema.zig +++ b/src/api/schema.zig @@ -373,7 +373,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -391,7 +391,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -418,7 +418,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -648,7 +648,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -799,7 +799,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -820,7 +820,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -838,7 +838,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -856,7 +856,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -1124,7 +1124,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -1139,7 +1139,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -1246,7 +1246,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -1953,7 +1953,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -2185,7 +2185,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -2200,7 +2200,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -2271,7 +2271,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -2478,7 +2478,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -2511,7 +2511,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -2529,7 +2529,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; @@ -3147,7 +3147,7 @@ pub const Api = struct { _, - pub fn jsonStringify(self: *const @This(), writer: anytype) !void { + pub fn jsonStringify(self: @This(), writer: anytype) !void { return try writer.write(@tagName(self)); } }; |