diff options
Diffstat (limited to 'src/js_ast.zig')
-rw-r--r-- | src/js_ast.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js_ast.zig b/src/js_ast.zig index a0add3157..9be9d461a 100644 --- a/src/js_ast.zig +++ b/src/js_ast.zig @@ -3474,6 +3474,8 @@ pub const Ast = struct { module_ref: ?Ref = null, wrapper_ref: ?Ref = null, + bundle_namespace_ref: ?Ref = null, + // These are used when bundling. They are filled in during the parser pass // since we already have to traverse the AST then anyway and the parser pass // is conveniently fully parallelized. |