From 23e64279d8bbaed26c28ac19db66c064dc3929ba Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 28 Jun 2021 23:14:46 -0700 Subject: require_ref --- src/bundler.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bundler.zig b/src/bundler.zig index f052ce8a9..edcada55b 100644 --- a/src/bundler.zig +++ b/src/bundler.zig @@ -1207,6 +1207,7 @@ pub fn NewBundler(cache_files: bool) type { .to_module_ref = Ref.RuntimeRef, .externals = ast.externals, .runtime_imports = ast.runtime_imports, + .require_ref = ast.require_ref, }, Linker, &bundler.linker, @@ -1222,6 +1223,7 @@ pub fn NewBundler(cache_files: bool) type { .to_module_ref = Ref.RuntimeRef, .externals = ast.externals, .runtime_imports = ast.runtime_imports, + .require_ref = ast.require_ref, }, Linker, &bundler.linker, @@ -1237,6 +1239,7 @@ pub fn NewBundler(cache_files: bool) type { .to_module_ref = Ref.RuntimeRef, .externals = ast.externals, .runtime_imports = ast.runtime_imports, + .require_ref = ast.require_ref, }, Linker, &bundler.linker, -- cgit v1.2.3