aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbun.lockbbin73707 -> 73707 bytes
-rw-r--r--package.json2
-rw-r--r--src/api/schema.zig38
3 files changed, 20 insertions, 20 deletions
diff --git a/bun.lockb b/bun.lockb
index 19844b1b1..416340aed 100755
--- a/bun.lockb
+++ b/bun.lockb
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));
}
};