aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-06-07 14:38:04 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-06-07 14:38:04 -0700
commit4f2095d1c64467f190ac4f35209ff663bf34f39a (patch)
tree54869b438cb358dbd418eaa706fe74502f77fe92 /src
parentcfd68a4e9b819cf5a4f5b7541f965f17bfdeaa21 (diff)
downloadbun-plugin/resolvedir.tar.gz
bun-plugin/resolvedir.tar.zst
bun-plugin/resolvedir.zip
Resolve outbaseplugin/resolvedir
Diffstat (limited to 'src')
-rw-r--r--src/bundler/bundle_v2.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig
index 71c23e723..c62be6153 100644
--- a/src/bundler/bundle_v2.zig
+++ b/src/bundler/bundle_v2.zig
@@ -1352,7 +1352,6 @@ pub const BundleV2 = struct {
_ = @atomicRmw(usize, &this.graph.parse_pending, .Sub, 1, .Monotonic);
},
.success => |code| {
-
this.graph.input_files.items(.loader)[load.source_index.get()] = code.loader;
this.graph.input_files.items(.source)[load.source_index.get()].contents = code.source_code;
var parse_task = load.parse_task;