diff options
Diffstat (limited to 'src/api/schema.zig')
-rw-r--r-- | src/api/schema.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/schema.zig b/src/api/schema.zig index 8a850c8f1..4fe8d8acb 100644 --- a/src/api/schema.zig +++ b/src/api/schema.zig @@ -797,6 +797,9 @@ pub const Api = struct { /// bun bun, + /// bun_macro + bun_macro, + _, pub fn jsonStringify(self: *const @This(), opts: anytype, o: anytype) !void { |