aboutsummaryrefslogtreecommitdiff
path: root/src/js_ast.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/js_ast.zig')
-rw-r--r--src/js_ast.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js_ast.zig b/src/js_ast.zig
index 4eb2450e3..dd7eedeba 100644
--- a/src/js_ast.zig
+++ b/src/js_ast.zig
@@ -3537,6 +3537,7 @@ pub const Ast = struct {
exports_ref: ?Ref = null,
module_ref: ?Ref = null,
wrapper_ref: ?Ref = null,
+ require_ref: ?Ref = null,
bundle_namespace_ref: ?Ref = null,