@prisma/internals 5.23.0-integration-otel-peer-deps.1 → 5.23.0-integration-engines-5-23-0-6-integration-enum-mapped-values-cc1d5ee45ff9a116165edca8ab47690e5133baf0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-5UACJAAB.js → chunk-2MQ6VKNW.js} +8 -8
- package/dist/{chunk-Z6NMDIG3.js → chunk-3BBE3OER.js} +5 -5
- package/dist/{chunk-PK7HIANT.js → chunk-4WZXC44X.js} +4 -4
- package/dist/{chunk-LIB5PV7H.js → chunk-53SCJSSM.js} +5 -5
- package/dist/{chunk-ICKVHNU6.js → chunk-77ZVR5EJ.js} +5 -5
- package/dist/{chunk-FBZ2C4MS.js → chunk-7L4LC3WC.js} +5 -5
- package/dist/{chunk-LZRPG62W.js → chunk-CAOAHTWU.js} +5 -5
- package/dist/{chunk-MA5DHOZQ.js → chunk-D2OKAYOV.js} +19 -19
- package/dist/{chunk-7NNOHWLC.js → chunk-DKOY7RHA.js} +795 -24
- package/dist/{chunk-VXYOCPJC.js → chunk-DUJOH5UY.js} +8 -8
- package/dist/{chunk-SZKPXBSP.js → chunk-EMYAFSJJ.js} +7 -7
- package/dist/{chunk-INHGTPT5.js → chunk-FQYS2INM.js} +8 -8
- package/dist/{chunk-4M4LPJPC.js → chunk-ISO7BRVH.js} +5 -5
- package/dist/{chunk-2A3J5VY6.js → chunk-K56LBAHF.js} +5 -5
- package/dist/{chunk-H4XGFUUS.js → chunk-O4XBR3IH.js} +8 -8
- package/dist/{chunk-4ILHL6B6.js → chunk-OE4O36SE.js} +5 -5
- package/dist/{chunk-T3WESZW2.js → chunk-OFHD6FV3.js} +8 -8
- package/dist/{chunk-CSRUIX22.js → chunk-Q2ZA5RBQ.js} +8 -8
- package/dist/{chunk-QEVSPE5U.js → chunk-UHASR6ME.js} +5 -5
- package/dist/{chunk-VFZ7Y4Z5.js → chunk-YKYB465H.js} +7 -7
- package/dist/cli/checkUnsupportedDataProxy.js +12 -12
- package/dist/cli/getSchema.js +17 -17
- package/dist/cli/hashes.js +12 -12
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +11 -11
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/index.js +20 -20
- package/dist/engine-commands/lintSchema.js +8 -8
- package/dist/engine-commands/mergeSchemas.js +7 -7
- package/dist/engine-commands/validate.js +7 -7
- package/dist/get-generators/generatorResolvers/generatorResolvers.js +11 -11
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkTypeScriptVersion.js +11 -11
- package/dist/get-generators/generatorResolvers/prisma-client-js/check-dependencies/checkYarnVersion.js +11 -11
- package/dist/get-generators/generatorResolvers/prisma-client-js/prismaClientResolver.js +12 -12
- package/dist/get-generators/getGenerators.js +14 -14
- package/dist/index.js +39 -39
- package/dist/sendPanic.js +11 -11
- package/dist/utils/getEnvPaths.js +11 -11
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/utils/handlePanic.js +11 -11
- package/dist/utils/loadEnvFile.js +11 -11
- package/dist/wasm.js +4 -4
- package/package.json +8 -8
- package/dist/chunk-2DXAGCPS.js +0 -177
- package/dist/chunk-5XRQ7ONW.js +0 -122
- package/dist/chunk-QIVUAERL.js +0 -2202
- package/dist/chunk-QJZIYUVB.js +0 -110
- package/dist/chunk-TFSZCVKC.js +0 -166
- package/dist/chunk-V2VWODV3.js +0 -54
|
@@ -26,8 +26,8 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS2 = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export2(
|
|
29
|
+
var chunk_DKOY7RHA_exports = {};
|
|
30
|
+
__export2(chunk_DKOY7RHA_exports, {
|
|
31
31
|
checkTypeScriptVersion: () => checkTypeScriptVersion,
|
|
32
32
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
33
33
|
checkYarnVersion: () => checkYarnVersion,
|
|
@@ -56,7 +56,7 @@ __export2(chunk_7NNOHWLC_exports, {
|
|
|
56
56
|
sendPanic: () => sendPanic,
|
|
57
57
|
skipIndex: () => skipIndex
|
|
58
58
|
});
|
|
59
|
-
module.exports = __toCommonJS2(
|
|
59
|
+
module.exports = __toCommonJS2(chunk_DKOY7RHA_exports);
|
|
60
60
|
var import_chunk_IABMG3F4 = require("./chunk-IABMG3F4.js");
|
|
61
61
|
var import_chunk_3U2ANLD3 = require("./chunk-3U2ANLD3.js");
|
|
62
62
|
var import_chunk_FTS2IEWX = require("./chunk-FTS2IEWX.js");
|
|
@@ -64,7 +64,7 @@ var import_chunk_EUTJYQDW = require("./chunk-EUTJYQDW.js");
|
|
|
64
64
|
var import_chunk_IPKE37QC = require("./chunk-IPKE37QC.js");
|
|
65
65
|
var import_chunk_KEBDP2C3 = require("./chunk-KEBDP2C3.js");
|
|
66
66
|
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
67
|
-
var
|
|
67
|
+
var import_chunk_D4MCOTL5 = require("./chunk-D4MCOTL5.js");
|
|
68
68
|
var import_chunk_RS2R7COT = require("./chunk-RS2R7COT.js");
|
|
69
69
|
var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
|
|
70
70
|
var import_chunk_ONHKZPSV = require("./chunk-ONHKZPSV.js");
|
|
@@ -81,19 +81,18 @@ var import_chunk_XLYQ6PQW = require("./chunk-XLYQ6PQW.js");
|
|
|
81
81
|
var import_chunk_EPJYKNCQ = require("./chunk-EPJYKNCQ.js");
|
|
82
82
|
var import_chunk_ODI3VNBD = require("./chunk-ODI3VNBD.js");
|
|
83
83
|
var import_chunk_TSJICM5S = require("./chunk-TSJICM5S.js");
|
|
84
|
-
var
|
|
85
|
-
var
|
|
86
|
-
var
|
|
87
|
-
var
|
|
84
|
+
var import_chunk_ISO7BRVH = require("./chunk-ISO7BRVH.js");
|
|
85
|
+
var import_chunk_EMYAFSJJ = require("./chunk-EMYAFSJJ.js");
|
|
86
|
+
var import_chunk_DUJOH5UY = require("./chunk-DUJOH5UY.js");
|
|
87
|
+
var import_chunk_Q2ZA5RBQ = require("./chunk-Q2ZA5RBQ.js");
|
|
88
88
|
var import_chunk_YRBRUREX = require("./chunk-YRBRUREX.js");
|
|
89
89
|
var import_chunk_H3T4L34H = require("./chunk-H3T4L34H.js");
|
|
90
|
-
var
|
|
90
|
+
var import_chunk_UHASR6ME = require("./chunk-UHASR6ME.js");
|
|
91
91
|
var import_chunk_MUPZUVSI = require("./chunk-MUPZUVSI.js");
|
|
92
92
|
var import_chunk_A4QWQE3W = require("./chunk-A4QWQE3W.js");
|
|
93
93
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
|
94
94
|
var import_chunk_7XNZDY2V = require("./chunk-7XNZDY2V.js");
|
|
95
95
|
var import_chunk_M3GBKLGE = require("./chunk-M3GBKLGE.js");
|
|
96
|
-
var import_chunk_QIVUAERL = require("./chunk-QIVUAERL.js");
|
|
97
96
|
var import_chunk_635TMBAP = require("./chunk-635TMBAP.js");
|
|
98
97
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
99
98
|
var import_chunk_4NFLAUKD = require("./chunk-4NFLAUKD.js");
|
|
@@ -2507,6 +2506,778 @@ var init_async = (0, import_chunk_WWAWV7DQ.__esm)({
|
|
|
2507
2506
|
async_default = index;
|
|
2508
2507
|
}
|
|
2509
2508
|
});
|
|
2509
|
+
var require_polyfills = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
2510
|
+
"../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js"(exports2, module2) {
|
|
2511
|
+
"use strict";
|
|
2512
|
+
var constants2 = (0, import_chunk_WWAWV7DQ.__require)("constants");
|
|
2513
|
+
var origCwd = process.cwd;
|
|
2514
|
+
var cwd = null;
|
|
2515
|
+
var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform;
|
|
2516
|
+
process.cwd = function() {
|
|
2517
|
+
if (!cwd)
|
|
2518
|
+
cwd = origCwd.call(process);
|
|
2519
|
+
return cwd;
|
|
2520
|
+
};
|
|
2521
|
+
try {
|
|
2522
|
+
process.cwd();
|
|
2523
|
+
} catch (er) {
|
|
2524
|
+
}
|
|
2525
|
+
if (typeof process.chdir === "function") {
|
|
2526
|
+
chdir = process.chdir;
|
|
2527
|
+
process.chdir = function(d2) {
|
|
2528
|
+
cwd = null;
|
|
2529
|
+
chdir.call(process, d2);
|
|
2530
|
+
};
|
|
2531
|
+
if (Object.setPrototypeOf) Object.setPrototypeOf(process.chdir, chdir);
|
|
2532
|
+
}
|
|
2533
|
+
var chdir;
|
|
2534
|
+
module2.exports = patch;
|
|
2535
|
+
function patch(fs8) {
|
|
2536
|
+
if (constants2.hasOwnProperty("O_SYMLINK") && process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)) {
|
|
2537
|
+
patchLchmod(fs8);
|
|
2538
|
+
}
|
|
2539
|
+
if (!fs8.lutimes) {
|
|
2540
|
+
patchLutimes(fs8);
|
|
2541
|
+
}
|
|
2542
|
+
fs8.chown = chownFix(fs8.chown);
|
|
2543
|
+
fs8.fchown = chownFix(fs8.fchown);
|
|
2544
|
+
fs8.lchown = chownFix(fs8.lchown);
|
|
2545
|
+
fs8.chmod = chmodFix(fs8.chmod);
|
|
2546
|
+
fs8.fchmod = chmodFix(fs8.fchmod);
|
|
2547
|
+
fs8.lchmod = chmodFix(fs8.lchmod);
|
|
2548
|
+
fs8.chownSync = chownFixSync(fs8.chownSync);
|
|
2549
|
+
fs8.fchownSync = chownFixSync(fs8.fchownSync);
|
|
2550
|
+
fs8.lchownSync = chownFixSync(fs8.lchownSync);
|
|
2551
|
+
fs8.chmodSync = chmodFixSync(fs8.chmodSync);
|
|
2552
|
+
fs8.fchmodSync = chmodFixSync(fs8.fchmodSync);
|
|
2553
|
+
fs8.lchmodSync = chmodFixSync(fs8.lchmodSync);
|
|
2554
|
+
fs8.stat = statFix(fs8.stat);
|
|
2555
|
+
fs8.fstat = statFix(fs8.fstat);
|
|
2556
|
+
fs8.lstat = statFix(fs8.lstat);
|
|
2557
|
+
fs8.statSync = statFixSync(fs8.statSync);
|
|
2558
|
+
fs8.fstatSync = statFixSync(fs8.fstatSync);
|
|
2559
|
+
fs8.lstatSync = statFixSync(fs8.lstatSync);
|
|
2560
|
+
if (fs8.chmod && !fs8.lchmod) {
|
|
2561
|
+
fs8.lchmod = function(path8, mode, cb) {
|
|
2562
|
+
if (cb) process.nextTick(cb);
|
|
2563
|
+
};
|
|
2564
|
+
fs8.lchmodSync = function() {
|
|
2565
|
+
};
|
|
2566
|
+
}
|
|
2567
|
+
if (fs8.chown && !fs8.lchown) {
|
|
2568
|
+
fs8.lchown = function(path8, uid, gid, cb) {
|
|
2569
|
+
if (cb) process.nextTick(cb);
|
|
2570
|
+
};
|
|
2571
|
+
fs8.lchownSync = function() {
|
|
2572
|
+
};
|
|
2573
|
+
}
|
|
2574
|
+
if (platform === "win32") {
|
|
2575
|
+
fs8.rename = typeof fs8.rename !== "function" ? fs8.rename : function(fs$rename) {
|
|
2576
|
+
function rename(from, to, cb) {
|
|
2577
|
+
var start = Date.now();
|
|
2578
|
+
var backoff = 0;
|
|
2579
|
+
fs$rename(from, to, function CB(er) {
|
|
2580
|
+
if (er && (er.code === "EACCES" || er.code === "EPERM" || er.code === "EBUSY") && Date.now() - start < 6e4) {
|
|
2581
|
+
setTimeout(function() {
|
|
2582
|
+
fs8.stat(to, function(stater, st) {
|
|
2583
|
+
if (stater && stater.code === "ENOENT")
|
|
2584
|
+
fs$rename(from, to, CB);
|
|
2585
|
+
else
|
|
2586
|
+
cb(er);
|
|
2587
|
+
});
|
|
2588
|
+
}, backoff);
|
|
2589
|
+
if (backoff < 100)
|
|
2590
|
+
backoff += 10;
|
|
2591
|
+
return;
|
|
2592
|
+
}
|
|
2593
|
+
if (cb) cb(er);
|
|
2594
|
+
});
|
|
2595
|
+
}
|
|
2596
|
+
if (Object.setPrototypeOf) Object.setPrototypeOf(rename, fs$rename);
|
|
2597
|
+
return rename;
|
|
2598
|
+
}(fs8.rename);
|
|
2599
|
+
}
|
|
2600
|
+
fs8.read = typeof fs8.read !== "function" ? fs8.read : function(fs$read) {
|
|
2601
|
+
function read(fd, buffer, offset, length, position, callback_) {
|
|
2602
|
+
var callback;
|
|
2603
|
+
if (callback_ && typeof callback_ === "function") {
|
|
2604
|
+
var eagCounter = 0;
|
|
2605
|
+
callback = function(er, _2, __) {
|
|
2606
|
+
if (er && er.code === "EAGAIN" && eagCounter < 10) {
|
|
2607
|
+
eagCounter++;
|
|
2608
|
+
return fs$read.call(fs8, fd, buffer, offset, length, position, callback);
|
|
2609
|
+
}
|
|
2610
|
+
callback_.apply(this, arguments);
|
|
2611
|
+
};
|
|
2612
|
+
}
|
|
2613
|
+
return fs$read.call(fs8, fd, buffer, offset, length, position, callback);
|
|
2614
|
+
}
|
|
2615
|
+
if (Object.setPrototypeOf) Object.setPrototypeOf(read, fs$read);
|
|
2616
|
+
return read;
|
|
2617
|
+
}(fs8.read);
|
|
2618
|
+
fs8.readSync = typeof fs8.readSync !== "function" ? fs8.readSync : /* @__PURE__ */ function(fs$readSync) {
|
|
2619
|
+
return function(fd, buffer, offset, length, position) {
|
|
2620
|
+
var eagCounter = 0;
|
|
2621
|
+
while (true) {
|
|
2622
|
+
try {
|
|
2623
|
+
return fs$readSync.call(fs8, fd, buffer, offset, length, position);
|
|
2624
|
+
} catch (er) {
|
|
2625
|
+
if (er.code === "EAGAIN" && eagCounter < 10) {
|
|
2626
|
+
eagCounter++;
|
|
2627
|
+
continue;
|
|
2628
|
+
}
|
|
2629
|
+
throw er;
|
|
2630
|
+
}
|
|
2631
|
+
}
|
|
2632
|
+
};
|
|
2633
|
+
}(fs8.readSync);
|
|
2634
|
+
function patchLchmod(fs9) {
|
|
2635
|
+
fs9.lchmod = function(path8, mode, callback) {
|
|
2636
|
+
fs9.open(
|
|
2637
|
+
path8,
|
|
2638
|
+
constants2.O_WRONLY | constants2.O_SYMLINK,
|
|
2639
|
+
mode,
|
|
2640
|
+
function(err, fd) {
|
|
2641
|
+
if (err) {
|
|
2642
|
+
if (callback) callback(err);
|
|
2643
|
+
return;
|
|
2644
|
+
}
|
|
2645
|
+
fs9.fchmod(fd, mode, function(err2) {
|
|
2646
|
+
fs9.close(fd, function(err22) {
|
|
2647
|
+
if (callback) callback(err2 || err22);
|
|
2648
|
+
});
|
|
2649
|
+
});
|
|
2650
|
+
}
|
|
2651
|
+
);
|
|
2652
|
+
};
|
|
2653
|
+
fs9.lchmodSync = function(path8, mode) {
|
|
2654
|
+
var fd = fs9.openSync(path8, constants2.O_WRONLY | constants2.O_SYMLINK, mode);
|
|
2655
|
+
var threw = true;
|
|
2656
|
+
var ret;
|
|
2657
|
+
try {
|
|
2658
|
+
ret = fs9.fchmodSync(fd, mode);
|
|
2659
|
+
threw = false;
|
|
2660
|
+
} finally {
|
|
2661
|
+
if (threw) {
|
|
2662
|
+
try {
|
|
2663
|
+
fs9.closeSync(fd);
|
|
2664
|
+
} catch (er) {
|
|
2665
|
+
}
|
|
2666
|
+
} else {
|
|
2667
|
+
fs9.closeSync(fd);
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
return ret;
|
|
2671
|
+
};
|
|
2672
|
+
}
|
|
2673
|
+
function patchLutimes(fs9) {
|
|
2674
|
+
if (constants2.hasOwnProperty("O_SYMLINK") && fs9.futimes) {
|
|
2675
|
+
fs9.lutimes = function(path8, at, mt, cb) {
|
|
2676
|
+
fs9.open(path8, constants2.O_SYMLINK, function(er, fd) {
|
|
2677
|
+
if (er) {
|
|
2678
|
+
if (cb) cb(er);
|
|
2679
|
+
return;
|
|
2680
|
+
}
|
|
2681
|
+
fs9.futimes(fd, at, mt, function(er2) {
|
|
2682
|
+
fs9.close(fd, function(er22) {
|
|
2683
|
+
if (cb) cb(er2 || er22);
|
|
2684
|
+
});
|
|
2685
|
+
});
|
|
2686
|
+
});
|
|
2687
|
+
};
|
|
2688
|
+
fs9.lutimesSync = function(path8, at, mt) {
|
|
2689
|
+
var fd = fs9.openSync(path8, constants2.O_SYMLINK);
|
|
2690
|
+
var ret;
|
|
2691
|
+
var threw = true;
|
|
2692
|
+
try {
|
|
2693
|
+
ret = fs9.futimesSync(fd, at, mt);
|
|
2694
|
+
threw = false;
|
|
2695
|
+
} finally {
|
|
2696
|
+
if (threw) {
|
|
2697
|
+
try {
|
|
2698
|
+
fs9.closeSync(fd);
|
|
2699
|
+
} catch (er) {
|
|
2700
|
+
}
|
|
2701
|
+
} else {
|
|
2702
|
+
fs9.closeSync(fd);
|
|
2703
|
+
}
|
|
2704
|
+
}
|
|
2705
|
+
return ret;
|
|
2706
|
+
};
|
|
2707
|
+
} else if (fs9.futimes) {
|
|
2708
|
+
fs9.lutimes = function(_a, _b, _c, cb) {
|
|
2709
|
+
if (cb) process.nextTick(cb);
|
|
2710
|
+
};
|
|
2711
|
+
fs9.lutimesSync = function() {
|
|
2712
|
+
};
|
|
2713
|
+
}
|
|
2714
|
+
}
|
|
2715
|
+
function chmodFix(orig) {
|
|
2716
|
+
if (!orig) return orig;
|
|
2717
|
+
return function(target, mode, cb) {
|
|
2718
|
+
return orig.call(fs8, target, mode, function(er) {
|
|
2719
|
+
if (chownErOk(er)) er = null;
|
|
2720
|
+
if (cb) cb.apply(this, arguments);
|
|
2721
|
+
});
|
|
2722
|
+
};
|
|
2723
|
+
}
|
|
2724
|
+
function chmodFixSync(orig) {
|
|
2725
|
+
if (!orig) return orig;
|
|
2726
|
+
return function(target, mode) {
|
|
2727
|
+
try {
|
|
2728
|
+
return orig.call(fs8, target, mode);
|
|
2729
|
+
} catch (er) {
|
|
2730
|
+
if (!chownErOk(er)) throw er;
|
|
2731
|
+
}
|
|
2732
|
+
};
|
|
2733
|
+
}
|
|
2734
|
+
function chownFix(orig) {
|
|
2735
|
+
if (!orig) return orig;
|
|
2736
|
+
return function(target, uid, gid, cb) {
|
|
2737
|
+
return orig.call(fs8, target, uid, gid, function(er) {
|
|
2738
|
+
if (chownErOk(er)) er = null;
|
|
2739
|
+
if (cb) cb.apply(this, arguments);
|
|
2740
|
+
});
|
|
2741
|
+
};
|
|
2742
|
+
}
|
|
2743
|
+
function chownFixSync(orig) {
|
|
2744
|
+
if (!orig) return orig;
|
|
2745
|
+
return function(target, uid, gid) {
|
|
2746
|
+
try {
|
|
2747
|
+
return orig.call(fs8, target, uid, gid);
|
|
2748
|
+
} catch (er) {
|
|
2749
|
+
if (!chownErOk(er)) throw er;
|
|
2750
|
+
}
|
|
2751
|
+
};
|
|
2752
|
+
}
|
|
2753
|
+
function statFix(orig) {
|
|
2754
|
+
if (!orig) return orig;
|
|
2755
|
+
return function(target, options2, cb) {
|
|
2756
|
+
if (typeof options2 === "function") {
|
|
2757
|
+
cb = options2;
|
|
2758
|
+
options2 = null;
|
|
2759
|
+
}
|
|
2760
|
+
function callback(er, stats) {
|
|
2761
|
+
if (stats) {
|
|
2762
|
+
if (stats.uid < 0) stats.uid += 4294967296;
|
|
2763
|
+
if (stats.gid < 0) stats.gid += 4294967296;
|
|
2764
|
+
}
|
|
2765
|
+
if (cb) cb.apply(this, arguments);
|
|
2766
|
+
}
|
|
2767
|
+
return options2 ? orig.call(fs8, target, options2, callback) : orig.call(fs8, target, callback);
|
|
2768
|
+
};
|
|
2769
|
+
}
|
|
2770
|
+
function statFixSync(orig) {
|
|
2771
|
+
if (!orig) return orig;
|
|
2772
|
+
return function(target, options2) {
|
|
2773
|
+
var stats = options2 ? orig.call(fs8, target, options2) : orig.call(fs8, target);
|
|
2774
|
+
if (stats) {
|
|
2775
|
+
if (stats.uid < 0) stats.uid += 4294967296;
|
|
2776
|
+
if (stats.gid < 0) stats.gid += 4294967296;
|
|
2777
|
+
}
|
|
2778
|
+
return stats;
|
|
2779
|
+
};
|
|
2780
|
+
}
|
|
2781
|
+
function chownErOk(er) {
|
|
2782
|
+
if (!er)
|
|
2783
|
+
return true;
|
|
2784
|
+
if (er.code === "ENOSYS")
|
|
2785
|
+
return true;
|
|
2786
|
+
var nonroot = !process.getuid || process.getuid() !== 0;
|
|
2787
|
+
if (nonroot) {
|
|
2788
|
+
if (er.code === "EINVAL" || er.code === "EPERM")
|
|
2789
|
+
return true;
|
|
2790
|
+
}
|
|
2791
|
+
return false;
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2795
|
+
});
|
|
2796
|
+
var require_legacy_streams = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
2797
|
+
"../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js"(exports2, module2) {
|
|
2798
|
+
"use strict";
|
|
2799
|
+
var Stream = (0, import_chunk_WWAWV7DQ.__require)("stream").Stream;
|
|
2800
|
+
module2.exports = legacy;
|
|
2801
|
+
function legacy(fs8) {
|
|
2802
|
+
return {
|
|
2803
|
+
ReadStream,
|
|
2804
|
+
WriteStream
|
|
2805
|
+
};
|
|
2806
|
+
function ReadStream(path8, options2) {
|
|
2807
|
+
if (!(this instanceof ReadStream)) return new ReadStream(path8, options2);
|
|
2808
|
+
Stream.call(this);
|
|
2809
|
+
var self2 = this;
|
|
2810
|
+
this.path = path8;
|
|
2811
|
+
this.fd = null;
|
|
2812
|
+
this.readable = true;
|
|
2813
|
+
this.paused = false;
|
|
2814
|
+
this.flags = "r";
|
|
2815
|
+
this.mode = 438;
|
|
2816
|
+
this.bufferSize = 64 * 1024;
|
|
2817
|
+
options2 = options2 || {};
|
|
2818
|
+
var keys = Object.keys(options2);
|
|
2819
|
+
for (var index2 = 0, length = keys.length; index2 < length; index2++) {
|
|
2820
|
+
var key = keys[index2];
|
|
2821
|
+
this[key] = options2[key];
|
|
2822
|
+
}
|
|
2823
|
+
if (this.encoding) this.setEncoding(this.encoding);
|
|
2824
|
+
if (this.start !== void 0) {
|
|
2825
|
+
if ("number" !== typeof this.start) {
|
|
2826
|
+
throw TypeError("start must be a Number");
|
|
2827
|
+
}
|
|
2828
|
+
if (this.end === void 0) {
|
|
2829
|
+
this.end = Infinity;
|
|
2830
|
+
} else if ("number" !== typeof this.end) {
|
|
2831
|
+
throw TypeError("end must be a Number");
|
|
2832
|
+
}
|
|
2833
|
+
if (this.start > this.end) {
|
|
2834
|
+
throw new Error("start must be <= end");
|
|
2835
|
+
}
|
|
2836
|
+
this.pos = this.start;
|
|
2837
|
+
}
|
|
2838
|
+
if (this.fd !== null) {
|
|
2839
|
+
process.nextTick(function() {
|
|
2840
|
+
self2._read();
|
|
2841
|
+
});
|
|
2842
|
+
return;
|
|
2843
|
+
}
|
|
2844
|
+
fs8.open(this.path, this.flags, this.mode, function(err, fd) {
|
|
2845
|
+
if (err) {
|
|
2846
|
+
self2.emit("error", err);
|
|
2847
|
+
self2.readable = false;
|
|
2848
|
+
return;
|
|
2849
|
+
}
|
|
2850
|
+
self2.fd = fd;
|
|
2851
|
+
self2.emit("open", fd);
|
|
2852
|
+
self2._read();
|
|
2853
|
+
});
|
|
2854
|
+
}
|
|
2855
|
+
function WriteStream(path8, options2) {
|
|
2856
|
+
if (!(this instanceof WriteStream)) return new WriteStream(path8, options2);
|
|
2857
|
+
Stream.call(this);
|
|
2858
|
+
this.path = path8;
|
|
2859
|
+
this.fd = null;
|
|
2860
|
+
this.writable = true;
|
|
2861
|
+
this.flags = "w";
|
|
2862
|
+
this.encoding = "binary";
|
|
2863
|
+
this.mode = 438;
|
|
2864
|
+
this.bytesWritten = 0;
|
|
2865
|
+
options2 = options2 || {};
|
|
2866
|
+
var keys = Object.keys(options2);
|
|
2867
|
+
for (var index2 = 0, length = keys.length; index2 < length; index2++) {
|
|
2868
|
+
var key = keys[index2];
|
|
2869
|
+
this[key] = options2[key];
|
|
2870
|
+
}
|
|
2871
|
+
if (this.start !== void 0) {
|
|
2872
|
+
if ("number" !== typeof this.start) {
|
|
2873
|
+
throw TypeError("start must be a Number");
|
|
2874
|
+
}
|
|
2875
|
+
if (this.start < 0) {
|
|
2876
|
+
throw new Error("start must be >= zero");
|
|
2877
|
+
}
|
|
2878
|
+
this.pos = this.start;
|
|
2879
|
+
}
|
|
2880
|
+
this.busy = false;
|
|
2881
|
+
this._queue = [];
|
|
2882
|
+
if (this.fd === null) {
|
|
2883
|
+
this._open = fs8.open;
|
|
2884
|
+
this._queue.push([this._open, this.path, this.flags, this.mode, void 0]);
|
|
2885
|
+
this.flush();
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
});
|
|
2891
|
+
var require_clone = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
2892
|
+
"../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js"(exports2, module2) {
|
|
2893
|
+
"use strict";
|
|
2894
|
+
module2.exports = clone;
|
|
2895
|
+
var getPrototypeOf = Object.getPrototypeOf || function(obj) {
|
|
2896
|
+
return obj.__proto__;
|
|
2897
|
+
};
|
|
2898
|
+
function clone(obj) {
|
|
2899
|
+
if (obj === null || typeof obj !== "object")
|
|
2900
|
+
return obj;
|
|
2901
|
+
if (obj instanceof Object)
|
|
2902
|
+
var copy = { __proto__: getPrototypeOf(obj) };
|
|
2903
|
+
else
|
|
2904
|
+
var copy = /* @__PURE__ */ Object.create(null);
|
|
2905
|
+
Object.getOwnPropertyNames(obj).forEach(function(key) {
|
|
2906
|
+
Object.defineProperty(copy, key, Object.getOwnPropertyDescriptor(obj, key));
|
|
2907
|
+
});
|
|
2908
|
+
return copy;
|
|
2909
|
+
}
|
|
2910
|
+
}
|
|
2911
|
+
});
|
|
2912
|
+
var require_graceful_fs = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
2913
|
+
"../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js"(exports2, module2) {
|
|
2914
|
+
"use strict";
|
|
2915
|
+
var fs8 = (0, import_chunk_WWAWV7DQ.__require)("fs");
|
|
2916
|
+
var polyfills = require_polyfills();
|
|
2917
|
+
var legacy = require_legacy_streams();
|
|
2918
|
+
var clone = require_clone();
|
|
2919
|
+
var util = (0, import_chunk_WWAWV7DQ.__require)("util");
|
|
2920
|
+
var gracefulQueue;
|
|
2921
|
+
var previousSymbol;
|
|
2922
|
+
if (typeof Symbol === "function" && typeof Symbol.for === "function") {
|
|
2923
|
+
gracefulQueue = Symbol.for("graceful-fs.queue");
|
|
2924
|
+
previousSymbol = Symbol.for("graceful-fs.previous");
|
|
2925
|
+
} else {
|
|
2926
|
+
gracefulQueue = "___graceful-fs.queue";
|
|
2927
|
+
previousSymbol = "___graceful-fs.previous";
|
|
2928
|
+
}
|
|
2929
|
+
function noop() {
|
|
2930
|
+
}
|
|
2931
|
+
function publishQueue(context, queue3) {
|
|
2932
|
+
Object.defineProperty(context, gracefulQueue, {
|
|
2933
|
+
get: function() {
|
|
2934
|
+
return queue3;
|
|
2935
|
+
}
|
|
2936
|
+
});
|
|
2937
|
+
}
|
|
2938
|
+
var debug8 = noop;
|
|
2939
|
+
if (util.debuglog)
|
|
2940
|
+
debug8 = util.debuglog("gfs4");
|
|
2941
|
+
else if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || ""))
|
|
2942
|
+
debug8 = function() {
|
|
2943
|
+
var m2 = util.format.apply(util, arguments);
|
|
2944
|
+
m2 = "GFS4: " + m2.split(/\n/).join("\nGFS4: ");
|
|
2945
|
+
console.error(m2);
|
|
2946
|
+
};
|
|
2947
|
+
if (!fs8[gracefulQueue]) {
|
|
2948
|
+
queue2 = global[gracefulQueue] || [];
|
|
2949
|
+
publishQueue(fs8, queue2);
|
|
2950
|
+
fs8.close = function(fs$close) {
|
|
2951
|
+
function close(fd, cb) {
|
|
2952
|
+
return fs$close.call(fs8, fd, function(err) {
|
|
2953
|
+
if (!err) {
|
|
2954
|
+
resetQueue();
|
|
2955
|
+
}
|
|
2956
|
+
if (typeof cb === "function")
|
|
2957
|
+
cb.apply(this, arguments);
|
|
2958
|
+
});
|
|
2959
|
+
}
|
|
2960
|
+
Object.defineProperty(close, previousSymbol, {
|
|
2961
|
+
value: fs$close
|
|
2962
|
+
});
|
|
2963
|
+
return close;
|
|
2964
|
+
}(fs8.close);
|
|
2965
|
+
fs8.closeSync = function(fs$closeSync) {
|
|
2966
|
+
function closeSync(fd) {
|
|
2967
|
+
fs$closeSync.apply(fs8, arguments);
|
|
2968
|
+
resetQueue();
|
|
2969
|
+
}
|
|
2970
|
+
Object.defineProperty(closeSync, previousSymbol, {
|
|
2971
|
+
value: fs$closeSync
|
|
2972
|
+
});
|
|
2973
|
+
return closeSync;
|
|
2974
|
+
}(fs8.closeSync);
|
|
2975
|
+
if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || "")) {
|
|
2976
|
+
process.on("exit", function() {
|
|
2977
|
+
debug8(fs8[gracefulQueue]);
|
|
2978
|
+
(0, import_chunk_WWAWV7DQ.__require)("assert").equal(fs8[gracefulQueue].length, 0);
|
|
2979
|
+
});
|
|
2980
|
+
}
|
|
2981
|
+
}
|
|
2982
|
+
var queue2;
|
|
2983
|
+
if (!global[gracefulQueue]) {
|
|
2984
|
+
publishQueue(global, fs8[gracefulQueue]);
|
|
2985
|
+
}
|
|
2986
|
+
module2.exports = patch(clone(fs8));
|
|
2987
|
+
if (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs8.__patched) {
|
|
2988
|
+
module2.exports = patch(fs8);
|
|
2989
|
+
fs8.__patched = true;
|
|
2990
|
+
}
|
|
2991
|
+
function patch(fs9) {
|
|
2992
|
+
polyfills(fs9);
|
|
2993
|
+
fs9.gracefulify = patch;
|
|
2994
|
+
fs9.createReadStream = createReadStream;
|
|
2995
|
+
fs9.createWriteStream = createWriteStream;
|
|
2996
|
+
var fs$readFile = fs9.readFile;
|
|
2997
|
+
fs9.readFile = readFile2;
|
|
2998
|
+
function readFile2(path8, options2, cb) {
|
|
2999
|
+
if (typeof options2 === "function")
|
|
3000
|
+
cb = options2, options2 = null;
|
|
3001
|
+
return go$readFile(path8, options2, cb);
|
|
3002
|
+
function go$readFile(path9, options3, cb2, startTime) {
|
|
3003
|
+
return fs$readFile(path9, options3, function(err) {
|
|
3004
|
+
if (err && (err.code === "EMFILE" || err.code === "ENFILE"))
|
|
3005
|
+
enqueue([go$readFile, [path9, options3, cb2], err, startTime || Date.now(), Date.now()]);
|
|
3006
|
+
else {
|
|
3007
|
+
if (typeof cb2 === "function")
|
|
3008
|
+
cb2.apply(this, arguments);
|
|
3009
|
+
}
|
|
3010
|
+
});
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
var fs$writeFile = fs9.writeFile;
|
|
3014
|
+
fs9.writeFile = writeFile;
|
|
3015
|
+
function writeFile(path8, data, options2, cb) {
|
|
3016
|
+
if (typeof options2 === "function")
|
|
3017
|
+
cb = options2, options2 = null;
|
|
3018
|
+
return go$writeFile(path8, data, options2, cb);
|
|
3019
|
+
function go$writeFile(path9, data2, options3, cb2, startTime) {
|
|
3020
|
+
return fs$writeFile(path9, data2, options3, function(err) {
|
|
3021
|
+
if (err && (err.code === "EMFILE" || err.code === "ENFILE"))
|
|
3022
|
+
enqueue([go$writeFile, [path9, data2, options3, cb2], err, startTime || Date.now(), Date.now()]);
|
|
3023
|
+
else {
|
|
3024
|
+
if (typeof cb2 === "function")
|
|
3025
|
+
cb2.apply(this, arguments);
|
|
3026
|
+
}
|
|
3027
|
+
});
|
|
3028
|
+
}
|
|
3029
|
+
}
|
|
3030
|
+
var fs$appendFile = fs9.appendFile;
|
|
3031
|
+
if (fs$appendFile)
|
|
3032
|
+
fs9.appendFile = appendFile;
|
|
3033
|
+
function appendFile(path8, data, options2, cb) {
|
|
3034
|
+
if (typeof options2 === "function")
|
|
3035
|
+
cb = options2, options2 = null;
|
|
3036
|
+
return go$appendFile(path8, data, options2, cb);
|
|
3037
|
+
function go$appendFile(path9, data2, options3, cb2, startTime) {
|
|
3038
|
+
return fs$appendFile(path9, data2, options3, function(err) {
|
|
3039
|
+
if (err && (err.code === "EMFILE" || err.code === "ENFILE"))
|
|
3040
|
+
enqueue([go$appendFile, [path9, data2, options3, cb2], err, startTime || Date.now(), Date.now()]);
|
|
3041
|
+
else {
|
|
3042
|
+
if (typeof cb2 === "function")
|
|
3043
|
+
cb2.apply(this, arguments);
|
|
3044
|
+
}
|
|
3045
|
+
});
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
var fs$copyFile = fs9.copyFile;
|
|
3049
|
+
if (fs$copyFile)
|
|
3050
|
+
fs9.copyFile = copyFile;
|
|
3051
|
+
function copyFile(src, dest, flags, cb) {
|
|
3052
|
+
if (typeof flags === "function") {
|
|
3053
|
+
cb = flags;
|
|
3054
|
+
flags = 0;
|
|
3055
|
+
}
|
|
3056
|
+
return go$copyFile(src, dest, flags, cb);
|
|
3057
|
+
function go$copyFile(src2, dest2, flags2, cb2, startTime) {
|
|
3058
|
+
return fs$copyFile(src2, dest2, flags2, function(err) {
|
|
3059
|
+
if (err && (err.code === "EMFILE" || err.code === "ENFILE"))
|
|
3060
|
+
enqueue([go$copyFile, [src2, dest2, flags2, cb2], err, startTime || Date.now(), Date.now()]);
|
|
3061
|
+
else {
|
|
3062
|
+
if (typeof cb2 === "function")
|
|
3063
|
+
cb2.apply(this, arguments);
|
|
3064
|
+
}
|
|
3065
|
+
});
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
var fs$readdir = fs9.readdir;
|
|
3069
|
+
fs9.readdir = readdir;
|
|
3070
|
+
var noReaddirOptionVersions = /^v[0-5]\./;
|
|
3071
|
+
function readdir(path8, options2, cb) {
|
|
3072
|
+
if (typeof options2 === "function")
|
|
3073
|
+
cb = options2, options2 = null;
|
|
3074
|
+
var go$readdir = noReaddirOptionVersions.test(process.version) ? function go$readdir2(path9, options3, cb2, startTime) {
|
|
3075
|
+
return fs$readdir(path9, fs$readdirCallback(
|
|
3076
|
+
path9,
|
|
3077
|
+
options3,
|
|
3078
|
+
cb2,
|
|
3079
|
+
startTime
|
|
3080
|
+
));
|
|
3081
|
+
} : function go$readdir2(path9, options3, cb2, startTime) {
|
|
3082
|
+
return fs$readdir(path9, options3, fs$readdirCallback(
|
|
3083
|
+
path9,
|
|
3084
|
+
options3,
|
|
3085
|
+
cb2,
|
|
3086
|
+
startTime
|
|
3087
|
+
));
|
|
3088
|
+
};
|
|
3089
|
+
return go$readdir(path8, options2, cb);
|
|
3090
|
+
function fs$readdirCallback(path9, options3, cb2, startTime) {
|
|
3091
|
+
return function(err, files) {
|
|
3092
|
+
if (err && (err.code === "EMFILE" || err.code === "ENFILE"))
|
|
3093
|
+
enqueue([
|
|
3094
|
+
go$readdir,
|
|
3095
|
+
[path9, options3, cb2],
|
|
3096
|
+
err,
|
|
3097
|
+
startTime || Date.now(),
|
|
3098
|
+
Date.now()
|
|
3099
|
+
]);
|
|
3100
|
+
else {
|
|
3101
|
+
if (files && files.sort)
|
|
3102
|
+
files.sort();
|
|
3103
|
+
if (typeof cb2 === "function")
|
|
3104
|
+
cb2.call(this, err, files);
|
|
3105
|
+
}
|
|
3106
|
+
};
|
|
3107
|
+
}
|
|
3108
|
+
}
|
|
3109
|
+
if (process.version.substr(0, 4) === "v0.8") {
|
|
3110
|
+
var legStreams = legacy(fs9);
|
|
3111
|
+
ReadStream = legStreams.ReadStream;
|
|
3112
|
+
WriteStream = legStreams.WriteStream;
|
|
3113
|
+
}
|
|
3114
|
+
var fs$ReadStream = fs9.ReadStream;
|
|
3115
|
+
if (fs$ReadStream) {
|
|
3116
|
+
ReadStream.prototype = Object.create(fs$ReadStream.prototype);
|
|
3117
|
+
ReadStream.prototype.open = ReadStream$open;
|
|
3118
|
+
}
|
|
3119
|
+
var fs$WriteStream = fs9.WriteStream;
|
|
3120
|
+
if (fs$WriteStream) {
|
|
3121
|
+
WriteStream.prototype = Object.create(fs$WriteStream.prototype);
|
|
3122
|
+
WriteStream.prototype.open = WriteStream$open;
|
|
3123
|
+
}
|
|
3124
|
+
Object.defineProperty(fs9, "ReadStream", {
|
|
3125
|
+
get: function() {
|
|
3126
|
+
return ReadStream;
|
|
3127
|
+
},
|
|
3128
|
+
set: function(val) {
|
|
3129
|
+
ReadStream = val;
|
|
3130
|
+
},
|
|
3131
|
+
enumerable: true,
|
|
3132
|
+
configurable: true
|
|
3133
|
+
});
|
|
3134
|
+
Object.defineProperty(fs9, "WriteStream", {
|
|
3135
|
+
get: function() {
|
|
3136
|
+
return WriteStream;
|
|
3137
|
+
},
|
|
3138
|
+
set: function(val) {
|
|
3139
|
+
WriteStream = val;
|
|
3140
|
+
},
|
|
3141
|
+
enumerable: true,
|
|
3142
|
+
configurable: true
|
|
3143
|
+
});
|
|
3144
|
+
var FileReadStream = ReadStream;
|
|
3145
|
+
Object.defineProperty(fs9, "FileReadStream", {
|
|
3146
|
+
get: function() {
|
|
3147
|
+
return FileReadStream;
|
|
3148
|
+
},
|
|
3149
|
+
set: function(val) {
|
|
3150
|
+
FileReadStream = val;
|
|
3151
|
+
},
|
|
3152
|
+
enumerable: true,
|
|
3153
|
+
configurable: true
|
|
3154
|
+
});
|
|
3155
|
+
var FileWriteStream = WriteStream;
|
|
3156
|
+
Object.defineProperty(fs9, "FileWriteStream", {
|
|
3157
|
+
get: function() {
|
|
3158
|
+
return FileWriteStream;
|
|
3159
|
+
},
|
|
3160
|
+
set: function(val) {
|
|
3161
|
+
FileWriteStream = val;
|
|
3162
|
+
},
|
|
3163
|
+
enumerable: true,
|
|
3164
|
+
configurable: true
|
|
3165
|
+
});
|
|
3166
|
+
function ReadStream(path8, options2) {
|
|
3167
|
+
if (this instanceof ReadStream)
|
|
3168
|
+
return fs$ReadStream.apply(this, arguments), this;
|
|
3169
|
+
else
|
|
3170
|
+
return ReadStream.apply(Object.create(ReadStream.prototype), arguments);
|
|
3171
|
+
}
|
|
3172
|
+
function ReadStream$open() {
|
|
3173
|
+
var that = this;
|
|
3174
|
+
open(that.path, that.flags, that.mode, function(err, fd) {
|
|
3175
|
+
if (err) {
|
|
3176
|
+
if (that.autoClose)
|
|
3177
|
+
that.destroy();
|
|
3178
|
+
that.emit("error", err);
|
|
3179
|
+
} else {
|
|
3180
|
+
that.fd = fd;
|
|
3181
|
+
that.emit("open", fd);
|
|
3182
|
+
that.read();
|
|
3183
|
+
}
|
|
3184
|
+
});
|
|
3185
|
+
}
|
|
3186
|
+
function WriteStream(path8, options2) {
|
|
3187
|
+
if (this instanceof WriteStream)
|
|
3188
|
+
return fs$WriteStream.apply(this, arguments), this;
|
|
3189
|
+
else
|
|
3190
|
+
return WriteStream.apply(Object.create(WriteStream.prototype), arguments);
|
|
3191
|
+
}
|
|
3192
|
+
function WriteStream$open() {
|
|
3193
|
+
var that = this;
|
|
3194
|
+
open(that.path, that.flags, that.mode, function(err, fd) {
|
|
3195
|
+
if (err) {
|
|
3196
|
+
that.destroy();
|
|
3197
|
+
that.emit("error", err);
|
|
3198
|
+
} else {
|
|
3199
|
+
that.fd = fd;
|
|
3200
|
+
that.emit("open", fd);
|
|
3201
|
+
}
|
|
3202
|
+
});
|
|
3203
|
+
}
|
|
3204
|
+
function createReadStream(path8, options2) {
|
|
3205
|
+
return new fs9.ReadStream(path8, options2);
|
|
3206
|
+
}
|
|
3207
|
+
function createWriteStream(path8, options2) {
|
|
3208
|
+
return new fs9.WriteStream(path8, options2);
|
|
3209
|
+
}
|
|
3210
|
+
var fs$open = fs9.open;
|
|
3211
|
+
fs9.open = open;
|
|
3212
|
+
function open(path8, flags, mode, cb) {
|
|
3213
|
+
if (typeof mode === "function")
|
|
3214
|
+
cb = mode, mode = null;
|
|
3215
|
+
return go$open(path8, flags, mode, cb);
|
|
3216
|
+
function go$open(path9, flags2, mode2, cb2, startTime) {
|
|
3217
|
+
return fs$open(path9, flags2, mode2, function(err, fd) {
|
|
3218
|
+
if (err && (err.code === "EMFILE" || err.code === "ENFILE"))
|
|
3219
|
+
enqueue([go$open, [path9, flags2, mode2, cb2], err, startTime || Date.now(), Date.now()]);
|
|
3220
|
+
else {
|
|
3221
|
+
if (typeof cb2 === "function")
|
|
3222
|
+
cb2.apply(this, arguments);
|
|
3223
|
+
}
|
|
3224
|
+
});
|
|
3225
|
+
}
|
|
3226
|
+
}
|
|
3227
|
+
return fs9;
|
|
3228
|
+
}
|
|
3229
|
+
function enqueue(elem) {
|
|
3230
|
+
debug8("ENQUEUE", elem[0].name, elem[1]);
|
|
3231
|
+
fs8[gracefulQueue].push(elem);
|
|
3232
|
+
retry2();
|
|
3233
|
+
}
|
|
3234
|
+
var retryTimer;
|
|
3235
|
+
function resetQueue() {
|
|
3236
|
+
var now = Date.now();
|
|
3237
|
+
for (var i = 0; i < fs8[gracefulQueue].length; ++i) {
|
|
3238
|
+
if (fs8[gracefulQueue][i].length > 2) {
|
|
3239
|
+
fs8[gracefulQueue][i][3] = now;
|
|
3240
|
+
fs8[gracefulQueue][i][4] = now;
|
|
3241
|
+
}
|
|
3242
|
+
}
|
|
3243
|
+
retry2();
|
|
3244
|
+
}
|
|
3245
|
+
function retry2() {
|
|
3246
|
+
clearTimeout(retryTimer);
|
|
3247
|
+
retryTimer = void 0;
|
|
3248
|
+
if (fs8[gracefulQueue].length === 0)
|
|
3249
|
+
return;
|
|
3250
|
+
var elem = fs8[gracefulQueue].shift();
|
|
3251
|
+
var fn = elem[0];
|
|
3252
|
+
var args = elem[1];
|
|
3253
|
+
var err = elem[2];
|
|
3254
|
+
var startTime = elem[3];
|
|
3255
|
+
var lastTime = elem[4];
|
|
3256
|
+
if (startTime === void 0) {
|
|
3257
|
+
debug8("RETRY", fn.name, args);
|
|
3258
|
+
fn.apply(null, args);
|
|
3259
|
+
} else if (Date.now() - startTime >= 6e4) {
|
|
3260
|
+
debug8("TIMEOUT", fn.name, args);
|
|
3261
|
+
var cb = args.pop();
|
|
3262
|
+
if (typeof cb === "function")
|
|
3263
|
+
cb.call(null, err);
|
|
3264
|
+
} else {
|
|
3265
|
+
var sinceAttempt = Date.now() - lastTime;
|
|
3266
|
+
var sinceStart = Math.max(lastTime - startTime, 1);
|
|
3267
|
+
var desiredDelay = Math.min(sinceStart * 1.2, 100);
|
|
3268
|
+
if (sinceAttempt >= desiredDelay) {
|
|
3269
|
+
debug8("RETRY", fn.name, args);
|
|
3270
|
+
fn.apply(null, args.concat([startTime]));
|
|
3271
|
+
} else {
|
|
3272
|
+
fs8[gracefulQueue].push(elem);
|
|
3273
|
+
}
|
|
3274
|
+
}
|
|
3275
|
+
if (retryTimer === void 0) {
|
|
3276
|
+
retryTimer = setTimeout(retry2, 0);
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
3279
|
+
}
|
|
3280
|
+
});
|
|
2510
3281
|
var require_process_nextick_args = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
2511
3282
|
"../../node_modules/.pnpm/process-nextick-args@2.0.1/node_modules/process-nextick-args/index.js"(exports2, module2) {
|
|
2512
3283
|
"use strict";
|
|
@@ -8544,7 +9315,7 @@ var require_isPlainObject = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
|
8544
9315
|
var require_file = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
8545
9316
|
"../../node_modules/.pnpm/archiver-utils@4.0.1/node_modules/archiver-utils/file.js"(exports2, module2) {
|
|
8546
9317
|
"use strict";
|
|
8547
|
-
var fs8 =
|
|
9318
|
+
var fs8 = require_graceful_fs();
|
|
8548
9319
|
var path8 = (0, import_chunk_WWAWV7DQ.__require)("path");
|
|
8549
9320
|
var flatten = require_flatten();
|
|
8550
9321
|
var difference = require_difference();
|
|
@@ -8696,7 +9467,7 @@ var require_file = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
|
8696
9467
|
var require_archiver_utils = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
8697
9468
|
"../../node_modules/.pnpm/archiver-utils@4.0.1/node_modules/archiver-utils/index.js"(exports2, module2) {
|
|
8698
9469
|
"use strict";
|
|
8699
|
-
var fs8 =
|
|
9470
|
+
var fs8 = require_graceful_fs();
|
|
8700
9471
|
var path8 = (0, import_chunk_WWAWV7DQ.__require)("path");
|
|
8701
9472
|
var lazystream = require_lazystream();
|
|
8702
9473
|
var normalizePath = require_normalize_path();
|
|
@@ -14746,7 +15517,7 @@ async function readSchemaFromDirectory(schemaPath2) {
|
|
|
14746
15517
|
}
|
|
14747
15518
|
const files = await (0, import_schema_files_loader.loadSchemaFiles)(schemaPath2);
|
|
14748
15519
|
debug2("Loading config");
|
|
14749
|
-
const config2 = await (0,
|
|
15520
|
+
const config2 = await (0, import_chunk_DUJOH5UY.getConfig)({
|
|
14750
15521
|
datamodel: files,
|
|
14751
15522
|
ignoreEnvVarErrors: true
|
|
14752
15523
|
});
|
|
@@ -15138,8 +15909,8 @@ async function checkUnsupportedDataProxyMessage(command, args, implicitSchema) {
|
|
|
15138
15909
|
if (argName.includes("schema")) {
|
|
15139
15910
|
await loadEnvFile({ schemaPath: argValue, printMessage: false });
|
|
15140
15911
|
const datamodel = await import_fs.default.promises.readFile(argValue, "utf-8");
|
|
15141
|
-
const config2 = await (0,
|
|
15142
|
-
const url = (0,
|
|
15912
|
+
const config2 = await (0, import_chunk_DUJOH5UY.getConfig)({ datamodel, ignoreEnvVarErrors: true });
|
|
15913
|
+
const url = (0, import_chunk_DUJOH5UY.resolveUrl)((0, import_chunk_DUJOH5UY.getEffectiveUrl)(config2.datasources[0]));
|
|
15143
15914
|
if (url?.startsWith("prisma://")) {
|
|
15144
15915
|
return forbiddenCmdWithDataProxyFlagMessage(command);
|
|
15145
15916
|
}
|
|
@@ -15343,7 +16114,7 @@ async function getGenerators(options) {
|
|
|
15343
16114
|
prismaPath = binaryPathsWithEngineType[queryEngineBinaryType][binaryTarget];
|
|
15344
16115
|
}
|
|
15345
16116
|
}
|
|
15346
|
-
const config = await (0,
|
|
16117
|
+
const config = await (0, import_chunk_DUJOH5UY.getConfig)({
|
|
15347
16118
|
datamodel: schemas,
|
|
15348
16119
|
datamodelPath: schemaPath,
|
|
15349
16120
|
prismaPath,
|
|
@@ -15354,7 +16125,7 @@ async function getGenerators(options) {
|
|
|
15354
16125
|
}
|
|
15355
16126
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(config.warnings);
|
|
15356
16127
|
const previewFeatures = (0, import_chunk_TSJICM5S.extractPreviewFeatures)(config);
|
|
15357
|
-
const dmmf = await (0,
|
|
16128
|
+
const dmmf = await (0, import_chunk_Q2ZA5RBQ.getDMMF)({
|
|
15358
16129
|
datamodel: schemas,
|
|
15359
16130
|
datamodelPath: schemaPath,
|
|
15360
16131
|
prismaPath,
|
|
@@ -15415,7 +16186,7 @@ The generator needs to either define the \`defaultOutput\` path in the manifest
|
|
|
15415
16186
|
fromEnvVar: "null"
|
|
15416
16187
|
};
|
|
15417
16188
|
}
|
|
15418
|
-
const datamodel = (0,
|
|
16189
|
+
const datamodel = (0, import_chunk_EMYAFSJJ.mergeSchemas)({ schemas });
|
|
15419
16190
|
const envPaths2 = await getEnvPaths(schemaPath, { cwd: generator.output.value });
|
|
15420
16191
|
const options2 = {
|
|
15421
16192
|
datamodel,
|
|
@@ -15482,7 +16253,7 @@ generator gen {
|
|
|
15482
16253
|
}
|
|
15483
16254
|
}
|
|
15484
16255
|
debug6("neededVersions", JSON.stringify(neededVersions, null, 2));
|
|
15485
|
-
const binaryPathsByVersion = await (0,
|
|
16256
|
+
const binaryPathsByVersion = await (0, import_chunk_D4MCOTL5.getBinaryPathsByVersion)({
|
|
15486
16257
|
neededVersions,
|
|
15487
16258
|
binaryTarget,
|
|
15488
16259
|
version,
|
|
@@ -15498,7 +16269,7 @@ generator gen {
|
|
|
15498
16269
|
debug6({ generatorBinaryPaths });
|
|
15499
16270
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
15500
16271
|
if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
15501
|
-
const customDmmf = await (0,
|
|
16272
|
+
const customDmmf = await (0, import_chunk_Q2ZA5RBQ.getDMMF)({
|
|
15502
16273
|
datamodel: schemas,
|
|
15503
16274
|
datamodelPath: schemaPath,
|
|
15504
16275
|
prismaPath: generatorBinaryPaths[queryEngineType]?.[binaryTarget],
|
|
@@ -15796,7 +16567,7 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
|
15796
16567
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
15797
16568
|
handleFormatPanic(
|
|
15798
16569
|
() => {
|
|
15799
|
-
|
|
16570
|
+
import_chunk_UHASR6ME.prismaSchemaWasm.debug_panic();
|
|
15800
16571
|
},
|
|
15801
16572
|
{ schemas: schemas2 }
|
|
15802
16573
|
);
|
|
@@ -15816,12 +16587,12 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
|
15816
16587
|
() => {
|
|
15817
16588
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas2), documentFormattingParams);
|
|
15818
16589
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
15819
|
-
const lintDiagnostics2 = (0,
|
|
16590
|
+
const lintDiagnostics2 = (0, import_chunk_ISO7BRVH.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
15820
16591
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
15821
16592
|
},
|
|
15822
16593
|
{ schemas: schemas2 }
|
|
15823
16594
|
);
|
|
15824
|
-
const lintWarnings = (0,
|
|
16595
|
+
const lintWarnings = (0, import_chunk_ISO7BRVH.getLintWarningsAsText)(lintDiagnostics);
|
|
15825
16596
|
if (lintWarnings && import_chunk_AZNLB67U.logger_exports.should.warn()) {
|
|
15826
16597
|
console.warn(lintWarnings);
|
|
15827
16598
|
}
|
|
@@ -15851,7 +16622,7 @@ function handleFormatPanic(tryCb, { schemas: schemas2 }) {
|
|
|
15851
16622
|
}
|
|
15852
16623
|
}
|
|
15853
16624
|
function formatWasm(schema, documentFormattingParams) {
|
|
15854
|
-
const formattedSchema =
|
|
16625
|
+
const formattedSchema = import_chunk_UHASR6ME.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
15855
16626
|
return formattedSchema;
|
|
15856
16627
|
}
|
|
15857
16628
|
/*! Bundled license information:
|