@@ -2020,7 +2020,7 @@ var WriteStreamSync = class extends WriteStream {
20202020};
20212021
20222022//#endregion
2023- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/options.js
2023+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/options.js
20242024const argmap = new Map([
20252025 ["C", "cwd"],
20262026 ["f", "file"],
@@ -2065,7 +2065,7 @@ const dealias = (opt = {}) => {
20652065};
20662066
20672067//#endregion
2068- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/make-command.js
2068+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/make-command.js
20692069const makeCommand = (syncFile, asyncFile, syncNoFile, asyncNoFile, validate) => {
20702070 return Object.assign((opt_ = [], entries, cb) => {
20712071 if (Array.isArray(opt_)) {
@@ -2459,7 +2459,7 @@ var ZstdDecompress = class extends Zstd {
24592459};
24602460
24612461//#endregion
2462- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/large-numbers.js
2462+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/large-numbers.js
24632463const encode = (num, buf) => {
24642464 if (!Number.isSafeInteger(num)) throw Error("cannot encode number outside of javascript safe integer range");
24652465 else if (num < 0) encodeNegative(num, buf);
@@ -2525,7 +2525,7 @@ const onesComp = (byte) => (255 ^ byte) & 255;
25252525const twosComp = (byte) => (255 ^ byte) + 1 & 255;
25262526
25272527//#endregion
2528- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/types.js
2528+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/types.js
25292529const isCode = (c) => name.has(c);
25302530const name = new Map([
25312531 ["0", "File"],
@@ -2553,7 +2553,7 @@ const name = new Map([
25532553const code = new Map(Array.from(name).map((kv) => [kv[1], kv[0]]));
25542554
25552555//#endregion
2556- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/header.js
2556+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/header.js
25572557var Header = class {
25582558 cksumValid = false;
25592559 needPax = false;
@@ -2731,7 +2731,7 @@ const NULLS = new Array(156).join("\0");
27312731const encString = (buf, off, size, str) => str === void 0 ? false : (buf.write(str + NULLS, off, size, "utf8"), str.length !== Buffer.byteLength(str) || str.length > size);
27322732
27332733//#endregion
2734- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/pax.js
2734+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/pax.js
27352735var Pax = class Pax {
27362736 atime;
27372737 mtime;
@@ -2828,12 +2828,12 @@ const parseKVLine = (set, line) => {
28282828};
28292829
28302830//#endregion
2831- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/normalize-windows-path.js
2831+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/normalize-windows-path.js
28322832const platform = process.env.TESTING_TAR_FAKE_PLATFORM || process.platform;
28332833const normalizeWindowsPath = platform !== "win32" ? (p) => p : (p) => p && p.replace(/\\/g, "/");
28342834
28352835//#endregion
2836- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/read-entry.js
2836+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/read-entry.js
28372837var ReadEntry = class extends Minipass {
28382838 extended;
28392839 globalExtended;
@@ -2937,7 +2937,7 @@ var ReadEntry = class extends Minipass {
29372937};
29382938
29392939//#endregion
2940- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/warn-method.js
2940+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/warn-method.js
29412941const warnMethod = (self, code$1, message, data = {}) => {
29422942 if (self.file) data.file = self.file;
29432943 if (self.cwd) data.cwd = self.cwd;
@@ -2954,7 +2954,7 @@ const warnMethod = (self, code$1, message, data = {}) => {
29542954};
29552955
29562956//#endregion
2957- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/parse.js
2957+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/parse.js
29582958const maxMetaEntrySize = 1024 * 1024;
29592959const gzipHeader = Buffer.from([31, 139]);
29602960const zstdHeader = Buffer.from([
@@ -3365,7 +3365,7 @@ while (this[PROCESSENTRY](this[QUEUE].shift()));
33653365};
33663366
33673367//#endregion
3368- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/strip-trailing-slashes.js
3368+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/strip-trailing-slashes.js
33693369const stripTrailingSlashes = (str) => {
33703370 let i = str.length - 1;
33713371 let slashesStart = -1;
@@ -3377,7 +3377,7 @@ const stripTrailingSlashes = (str) => {
33773377};
33783378
33793379//#endregion
3380- //#region node_modules/.pnpm/
[email protected] .
2 /node_modules/tar/dist/esm/list.js
3380+ //#region node_modules/.pnpm/
[email protected] .
3 /node_modules/tar/dist/esm/list.js
33813381const onReadEntryFunction = (opt) => {
33823382 const onReadEntry = opt.onReadEntry;
33833383 opt.onReadEntry = onReadEntry ? (e) => {
0 commit comments