diff options
author | 2023-06-07 14:38:04 -0700 | |
---|---|---|
committer | 2023-06-07 14:38:04 -0700 | |
commit | 4f2095d1c64467f190ac4f35209ff663bf34f39a (patch) | |
tree | 54869b438cb358dbd418eaa706fe74502f77fe92 /src | |
parent | cfd68a4e9b819cf5a4f5b7541f965f17bfdeaa21 (diff) | |
download | bun-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.zig | 1 |
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; |