aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/linker.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linker.zig b/src/linker.zig
index 6786f8711..8ca36dada 100644
--- a/src/linker.zig
+++ b/src/linker.zig
@@ -1,3 +1,5 @@
+// Most of this file should eventually be replaced with `bundle_v2.zig` or
+// `bundle_v2` should be split into several files.
const bun = @import("root").bun;
const string = bun.string;
const Output = bun.Output;