diff options
author | 2022-01-19 23:07:03 -0800 | |
---|---|---|
committer | 2022-01-19 23:07:03 -0800 | |
commit | a09b99565138bb4bc73a5328397428fb5025817b (patch) | |
tree | 3412ae330b4a6078173d0048665b9d547b3d718b /src/api/schema.zig | |
parent | 4098484ff5d1c66a5f146e773a9be25cbcd2a1f4 (diff) | |
download | bun-a09b99565138bb4bc73a5328397428fb5025817b.tar.gz bun-a09b99565138bb4bc73a5328397428fb5025817b.tar.zst bun-a09b99565138bb4bc73a5328397428fb5025817b.zip |
Bun.Transpiler – API for scanning imports/exports of JSX/TSX/TS/JS files
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 { |