mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 06:12:08 +00:00
Sort imports in all files (#21119)
Co-authored-by: taylor.fish <contact@taylor.fish>
This commit is contained in:
@@ -16,8 +16,6 @@ comptime {
|
||||
@export(&js_init, .{ .name = "PostgresSQLContext__init" });
|
||||
}
|
||||
|
||||
// @sortImports
|
||||
|
||||
const bun = @import("bun");
|
||||
const JSC = bun.JSC;
|
||||
const uws = bun.uws;
|
||||
|
||||
Reference in New Issue
Block a user