diff options
Diffstat (limited to 'src/bun.zig')
-rw-r--r-- | src/bun.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.zig b/src/bun.zig index 8dd888b69..4dc5a296d 100644 --- a/src/bun.zig +++ b/src/bun.zig @@ -1571,3 +1571,5 @@ pub const WTF = struct { pub const ArenaAllocator = @import("./ArenaAllocator.zig").ArenaAllocator; pub const Wyhash = @import("./wyhash.zig").Wyhash; + +pub const RegularExpression = @import("./bun.js/bindings/RegularExpression.zig").RegularExpression; |