diff options
Diffstat (limited to 'src/runtime.zig')
-rw-r--r-- | src/runtime.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime.zig b/src/runtime.zig index bf589c54f..1a490e4d2 100644 --- a/src/runtime.zig +++ b/src/runtime.zig @@ -322,6 +322,8 @@ pub const Runtime = struct { replace_exports: ReplaceableExport.Map = .{}, + hoist_bun_plugin: bool = false, + pub const ReplaceableExport = union(enum) { delete: void, replace: JSAst.Expr, |