aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-28 23:14:46 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-28 23:14:46 -0700
commit23e64279d8bbaed26c28ac19db66c064dc3929ba (patch)
treed3e1d0ba373cc6ea0d62194966ec53b916e2a9d4
parentae113559c6dd1e1e77b69ee5edee93fe59b4be2e (diff)
downloadbun-23e64279d8bbaed26c28ac19db66c064dc3929ba.tar.gz
bun-23e64279d8bbaed26c28ac19db66c064dc3929ba.tar.zst
bun-23e64279d8bbaed26c28ac19db66c064dc3929ba.zip
require_ref
-rw-r--r--src/bundler.zig3
1 files changed, 3 insertions, 0 deletions
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,