no usingnamespace, organize jsc namespace, enable -fincremental (#19122)

Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
This commit is contained in:
chloe caruso
2025-04-22 16:34:15 -07:00
committed by GitHub
parent 842fe8664e
commit 3349c995b5
271 changed files with 30131 additions and 30868 deletions

View File

@@ -2585,7 +2585,7 @@ pub const bindings = struct {
},
else => {
const pathname = archive_entry.pathname();
const kind = bun.C.kindFromMode(archive_entry.filetype());
const kind = bun.sys.kindFromMode(archive_entry.filetype());
const perm = archive_entry.perm();
var entry_info: EntryInfo = .{