implement "nodeLinker": "isolated" in bun install (#20440)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
Dylan Conway
2025-07-09 00:19:57 -07:00
committed by GitHub
parent 36bedb0bbc
commit f24e8cb98a
99 changed files with 6255 additions and 1185 deletions

View File

@@ -2329,7 +2329,6 @@ pub const startsWithWindowsDriveLetter = _paths.startsWithWindowsDriveLetter;
pub const startsWithWindowsDriveLetterT = _paths.startsWithWindowsDriveLetterT;
pub const toExtendedPathNormalized = _paths.toExtendedPathNormalized;
pub const toKernel32Path = _paths.toKernel32Path;
pub const toNTMaxPath = _paths.toNTMaxPath;
pub const toNTPath = _paths.toNTPath;
pub const toNTPath16 = _paths.toNTPath16;
pub const toPath = _paths.toPath;
@@ -2347,6 +2346,7 @@ pub const withoutLeadingSlash = _paths.withoutLeadingSlash;
pub const withoutNTPrefix = _paths.withoutNTPrefix;
pub const withoutTrailingSlash = _paths.withoutTrailingSlash;
pub const withoutTrailingSlashWindowsPath = _paths.withoutTrailingSlashWindowsPath;
pub const basename = _paths.basename;
pub const log = bun.Output.scoped(.STR, true);
pub const grapheme = @import("./grapheme.zig");