aboutsummaryrefslogtreecommitdiff
path: root/src/linker.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/linker.zig')
-rw-r--r--src/linker.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linker.zig b/src/linker.zig
index 9afb6af60..f92d0c1a3 100644
--- a/src/linker.zig
+++ b/src/linker.zig
@@ -384,6 +384,8 @@ pub fn NewLinker(comptime BundlerType: type) type {
};
}
+ // This is a bad idea
+ // I don't think it's safe to do this
const ImportStatementSorter = struct {
import_records: []ImportRecord,
pub fn lessThan(ctx: @This(), lhs: js_ast.Stmt, rhs: js_ast.Stmt) bool {