mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
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:
@@ -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 = .{
|
||||
|
||||
Reference in New Issue
Block a user