aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bundler/bundle_v2.zig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig
index 90beacd2a..bebfddae3 100644
--- a/src/bundler/bundle_v2.zig
+++ b/src/bundler/bundle_v2.zig
@@ -5035,6 +5035,13 @@ const LinkerContext = struct {
},
Logger.Loc.Empty,
),
+ .value = Expr.init(
+ E.ImportIdentifier,
+ E.ImportIdentifier{
+ .ref = resolved_export.data.import_ref,
+ },
+ Logger.Loc.Empty,
+ ),
},
},
) catch unreachable,