diff options
author | 2023-10-17 21:24:32 -0700 | |
---|---|---|
committer | 2023-10-17 21:24:32 -0700 | |
commit | 83c54614610f81ef1652a89622b7130fa53dda42 (patch) | |
tree | c576f4e8f8e2d27dd1845f273eaea553d34a1890 | |
parent | 55fb29667add625762e33398e8737626d1648a03 (diff) | |
download | bun-jarred/postgresql.tar.gz bun-jarred/postgresql.tar.zst bun-jarred/postgresql.zip |
JSC.Weakjarred/postgresql
-rw-r--r-- | src/jsc.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jsc.zig b/src/jsc.zig index 82d4df1ce..c50b332dc 100644 --- a/src/jsc.zig +++ b/src/jsc.zig @@ -87,3 +87,6 @@ pub const Subprocess = @import("./bun.js/api/bun.zig").Subprocess; /// 5. make clean-bindings && make bindings -j10 /// pub const Codegen = @import("./bun.js/bindings/generated_classes.zig"); + +pub const Weak = @import("./bun.js/Weak.zig").Weak; +pub const NewWeakFinalizer = @import("./bun.js/Weak.zig").NewWeakFinalizer; |