@prisma/internals 5.23.0-dev.1 → 5.23.0-dev.2
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-2DXAGCPS.js +177 -0
- package/dist/chunk-5XRQ7ONW.js +122 -0
- package/dist/{chunk-CQNSNV6U.js → chunk-7CTC3RVJ.js} +5 -5
- package/dist/{chunk-P2CFDXCF.js → chunk-7NNOHWLC.js} +24 -795
- package/dist/{chunk-ENT2I4PI.js → chunk-BQTOCOYU.js} +5 -5
- package/dist/{chunk-3WQIUN2H.js → chunk-DI7BWNGL.js} +5 -5
- package/dist/{chunk-APAKS6WB.js → chunk-FKO4FDX3.js} +7 -7
- package/dist/{chunk-DZ5YQX3D.js → chunk-ISIFDTAX.js} +8 -8
- package/dist/{chunk-25ZVWKUW.js → chunk-IXEZUAGW.js} +5 -5
- package/dist/{chunk-VCNSQTNW.js → chunk-KH4RKPJH.js} +8 -8
- package/dist/{chunk-NT5RMGYA.js → chunk-MJPMCOCJ.js} +19 -19
- package/dist/{chunk-GBE4RJQW.js → chunk-PKY5WEUF.js} +8 -8
- package/dist/chunk-QIVUAERL.js +2202 -0
- package/dist/chunk-QJZIYUVB.js +110 -0
- package/dist/{chunk-GPTW6EV4.js → chunk-SOG4ASAQ.js} +4 -4
- package/dist/chunk-TFSZCVKC.js +166 -0
- package/dist/chunk-V2VWODV3.js +54 -0
- 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 +7 -7
|
@@ -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_7NNOHWLC_exports = {};
|
|
30
|
+
__export2(chunk_7NNOHWLC_exports, {
|
|
31
31
|
checkTypeScriptVersion: () => checkTypeScriptVersion,
|
|
32
32
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
33
33
|
checkYarnVersion: () => checkYarnVersion,
|
|
@@ -56,7 +56,7 @@ __export2(chunk_P2CFDXCF_exports, {
|
|
|
56
56
|
sendPanic: () => sendPanic,
|
|
57
57
|
skipIndex: () => skipIndex
|
|
58
58
|
});
|
|
59
|
-
module.exports = __toCommonJS2(
|
|
59
|
+
module.exports = __toCommonJS2(chunk_7NNOHWLC_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_5XRQ7ONW = require("./chunk-5XRQ7ONW.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,18 +81,19 @@ 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_4M4LPJPC = require("./chunk-4M4LPJPC.js");
|
|
85
|
+
var import_chunk_SZKPXBSP = require("./chunk-SZKPXBSP.js");
|
|
86
|
+
var import_chunk_INHGTPT5 = require("./chunk-INHGTPT5.js");
|
|
87
|
+
var import_chunk_CSRUIX22 = require("./chunk-CSRUIX22.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_QEVSPE5U = require("./chunk-QEVSPE5U.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");
|
|
96
97
|
var import_chunk_635TMBAP = require("./chunk-635TMBAP.js");
|
|
97
98
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
98
99
|
var import_chunk_4NFLAUKD = require("./chunk-4NFLAUKD.js");
|
|
@@ -2506,778 +2507,6 @@ var init_async = (0, import_chunk_WWAWV7DQ.__esm)({
|
|
|
2506
2507
|
async_default = index;
|
|
2507
2508
|
}
|
|
2508
2509
|
});
|
|
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
|
-
});
|
|
3281
2510
|
var require_process_nextick_args = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
3282
2511
|
"../../node_modules/.pnpm/process-nextick-args@2.0.1/node_modules/process-nextick-args/index.js"(exports2, module2) {
|
|
3283
2512
|
"use strict";
|
|
@@ -9315,7 +8544,7 @@ var require_isPlainObject = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
|
9315
8544
|
var require_file = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
9316
8545
|
"../../node_modules/.pnpm/archiver-utils@4.0.1/node_modules/archiver-utils/file.js"(exports2, module2) {
|
|
9317
8546
|
"use strict";
|
|
9318
|
-
var fs8 = require_graceful_fs();
|
|
8547
|
+
var fs8 = (0, import_chunk_QIVUAERL.require_graceful_fs)();
|
|
9319
8548
|
var path8 = (0, import_chunk_WWAWV7DQ.__require)("path");
|
|
9320
8549
|
var flatten = require_flatten();
|
|
9321
8550
|
var difference = require_difference();
|
|
@@ -9467,7 +8696,7 @@ var require_file = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
|
9467
8696
|
var require_archiver_utils = (0, import_chunk_WWAWV7DQ.__commonJS)({
|
|
9468
8697
|
"../../node_modules/.pnpm/archiver-utils@4.0.1/node_modules/archiver-utils/index.js"(exports2, module2) {
|
|
9469
8698
|
"use strict";
|
|
9470
|
-
var fs8 = require_graceful_fs();
|
|
8699
|
+
var fs8 = (0, import_chunk_QIVUAERL.require_graceful_fs)();
|
|
9471
8700
|
var path8 = (0, import_chunk_WWAWV7DQ.__require)("path");
|
|
9472
8701
|
var lazystream = require_lazystream();
|
|
9473
8702
|
var normalizePath = require_normalize_path();
|
|
@@ -15517,7 +14746,7 @@ async function readSchemaFromDirectory(schemaPath2) {
|
|
|
15517
14746
|
}
|
|
15518
14747
|
const files = await (0, import_schema_files_loader.loadSchemaFiles)(schemaPath2);
|
|
15519
14748
|
debug2("Loading config");
|
|
15520
|
-
const config2 = await (0,
|
|
14749
|
+
const config2 = await (0, import_chunk_INHGTPT5.getConfig)({
|
|
15521
14750
|
datamodel: files,
|
|
15522
14751
|
ignoreEnvVarErrors: true
|
|
15523
14752
|
});
|
|
@@ -15909,8 +15138,8 @@ async function checkUnsupportedDataProxyMessage(command, args, implicitSchema) {
|
|
|
15909
15138
|
if (argName.includes("schema")) {
|
|
15910
15139
|
await loadEnvFile({ schemaPath: argValue, printMessage: false });
|
|
15911
15140
|
const datamodel = await import_fs.default.promises.readFile(argValue, "utf-8");
|
|
15912
|
-
const config2 = await (0,
|
|
15913
|
-
const url = (0,
|
|
15141
|
+
const config2 = await (0, import_chunk_INHGTPT5.getConfig)({ datamodel, ignoreEnvVarErrors: true });
|
|
15142
|
+
const url = (0, import_chunk_INHGTPT5.resolveUrl)((0, import_chunk_INHGTPT5.getEffectiveUrl)(config2.datasources[0]));
|
|
15914
15143
|
if (url?.startsWith("prisma://")) {
|
|
15915
15144
|
return forbiddenCmdWithDataProxyFlagMessage(command);
|
|
15916
15145
|
}
|
|
@@ -16114,7 +15343,7 @@ async function getGenerators(options) {
|
|
|
16114
15343
|
prismaPath = binaryPathsWithEngineType[queryEngineBinaryType][binaryTarget];
|
|
16115
15344
|
}
|
|
16116
15345
|
}
|
|
16117
|
-
const config = await (0,
|
|
15346
|
+
const config = await (0, import_chunk_INHGTPT5.getConfig)({
|
|
16118
15347
|
datamodel: schemas,
|
|
16119
15348
|
datamodelPath: schemaPath,
|
|
16120
15349
|
prismaPath,
|
|
@@ -16125,7 +15354,7 @@ async function getGenerators(options) {
|
|
|
16125
15354
|
}
|
|
16126
15355
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(config.warnings);
|
|
16127
15356
|
const previewFeatures = (0, import_chunk_TSJICM5S.extractPreviewFeatures)(config);
|
|
16128
|
-
const dmmf = await (0,
|
|
15357
|
+
const dmmf = await (0, import_chunk_CSRUIX22.getDMMF)({
|
|
16129
15358
|
datamodel: schemas,
|
|
16130
15359
|
datamodelPath: schemaPath,
|
|
16131
15360
|
prismaPath,
|
|
@@ -16186,7 +15415,7 @@ The generator needs to either define the \`defaultOutput\` path in the manifest
|
|
|
16186
15415
|
fromEnvVar: "null"
|
|
16187
15416
|
};
|
|
16188
15417
|
}
|
|
16189
|
-
const datamodel = (0,
|
|
15418
|
+
const datamodel = (0, import_chunk_SZKPXBSP.mergeSchemas)({ schemas });
|
|
16190
15419
|
const envPaths2 = await getEnvPaths(schemaPath, { cwd: generator.output.value });
|
|
16191
15420
|
const options2 = {
|
|
16192
15421
|
datamodel,
|
|
@@ -16253,7 +15482,7 @@ generator gen {
|
|
|
16253
15482
|
}
|
|
16254
15483
|
}
|
|
16255
15484
|
debug6("neededVersions", JSON.stringify(neededVersions, null, 2));
|
|
16256
|
-
const binaryPathsByVersion = await (0,
|
|
15485
|
+
const binaryPathsByVersion = await (0, import_chunk_5XRQ7ONW.getBinaryPathsByVersion)({
|
|
16257
15486
|
neededVersions,
|
|
16258
15487
|
binaryTarget,
|
|
16259
15488
|
version,
|
|
@@ -16269,7 +15498,7 @@ generator gen {
|
|
|
16269
15498
|
debug6({ generatorBinaryPaths });
|
|
16270
15499
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
16271
15500
|
if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
16272
|
-
const customDmmf = await (0,
|
|
15501
|
+
const customDmmf = await (0, import_chunk_CSRUIX22.getDMMF)({
|
|
16273
15502
|
datamodel: schemas,
|
|
16274
15503
|
datamodelPath: schemaPath,
|
|
16275
15504
|
prismaPath: generatorBinaryPaths[queryEngineType]?.[binaryTarget],
|
|
@@ -16567,7 +15796,7 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
|
16567
15796
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
16568
15797
|
handleFormatPanic(
|
|
16569
15798
|
() => {
|
|
16570
|
-
|
|
15799
|
+
import_chunk_QEVSPE5U.prismaSchemaWasm.debug_panic();
|
|
16571
15800
|
},
|
|
16572
15801
|
{ schemas: schemas2 }
|
|
16573
15802
|
);
|
|
@@ -16587,12 +15816,12 @@ async function formatSchema({ schemas: schemas2 }, inputFormattingOptions) {
|
|
|
16587
15816
|
() => {
|
|
16588
15817
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas2), documentFormattingParams);
|
|
16589
15818
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
16590
|
-
const lintDiagnostics2 = (0,
|
|
15819
|
+
const lintDiagnostics2 = (0, import_chunk_4M4LPJPC.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
16591
15820
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
16592
15821
|
},
|
|
16593
15822
|
{ schemas: schemas2 }
|
|
16594
15823
|
);
|
|
16595
|
-
const lintWarnings = (0,
|
|
15824
|
+
const lintWarnings = (0, import_chunk_4M4LPJPC.getLintWarningsAsText)(lintDiagnostics);
|
|
16596
15825
|
if (lintWarnings && import_chunk_AZNLB67U.logger_exports.should.warn()) {
|
|
16597
15826
|
console.warn(lintWarnings);
|
|
16598
15827
|
}
|
|
@@ -16622,7 +15851,7 @@ function handleFormatPanic(tryCb, { schemas: schemas2 }) {
|
|
|
16622
15851
|
}
|
|
16623
15852
|
}
|
|
16624
15853
|
function formatWasm(schema, documentFormattingParams) {
|
|
16625
|
-
const formattedSchema =
|
|
15854
|
+
const formattedSchema = import_chunk_QEVSPE5U.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
16626
15855
|
return formattedSchema;
|
|
16627
15856
|
}
|
|
16628
15857
|
/*! Bundled license information:
|