diff options
author | 2023-08-25 01:43:25 -0700 | |
---|---|---|
committer | 2023-08-25 01:43:25 -0700 | |
commit | 9aabe4eea1a9dc4f05ff96c370b877f942741820 (patch) | |
tree | 829be1114b5eefc1e23f2e71ad876a073b7ff130 | |
parent | 90f3bf2796b08f38297321c46366ed417b1ecb3b (diff) | |
download | bun-9aabe4eea1a9dc4f05ff96c370b877f942741820.tar.gz bun-9aabe4eea1a9dc4f05ff96c370b877f942741820.tar.zst bun-9aabe4eea1a9dc4f05ff96c370b877f942741820.zip |
Upgrade peechy
-rwxr-xr-x | bun.lockb | bin | 73707 -> 73707 bytes | |||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | src/api/schema.zig | 38 |
3 files changed, 20 insertions, 20 deletions
Binary files differ diff --git a/package.json b/package.json index ab191a389..ca8feec10 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", "mitata": "^0.1.3", - "peechy": "latest", + "peechy": "0.4.34", "prettier": "^2.4.1", "react": "next", "react-dom": "next", 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)); } }; |