@prisma/internals 6.17.0-dev.4 → 6.17.0-dev.6
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-4XEM4FKO.js → chunk-7ACMINTL.js} +5 -5
- package/dist/{chunk-J3Q3MTJ4.js → chunk-AJ5PXWMW.js} +8 -8
- package/dist/{chunk-HCIV233Z.js → chunk-BVJP43JS.js} +15 -5
- package/dist/{chunk-GAU2TOWU.js → chunk-EFS5Q4DP.js} +5 -5
- package/dist/{chunk-TN5X76G7.js → chunk-GMW36QQF.js} +5 -5
- package/dist/{chunk-RTSS2XR2.js → chunk-IKYC6K45.js} +19 -19
- package/dist/{chunk-ULE5JLJG.js → chunk-IRAVOSPK.js} +4 -4
- package/dist/{chunk-VZZORMB3.js → chunk-J7JXR4PH.js} +19 -19
- package/dist/{chunk-KXD4MNIC.js → chunk-JEQPVFUW.js} +5 -5
- package/dist/chunk-JOIHHXR6.js +2067 -0
- package/dist/{chunk-AVLYLDGE.js → chunk-KUC2SILY.js} +8 -8
- package/dist/{chunk-HJQMJE6G.js → chunk-MLDP6U27.js} +5 -5
- package/dist/{chunk-HCBMO3R2.js → chunk-NKKNAJFF.js} +5 -5
- package/dist/{chunk-PRGTOMXU.js → chunk-OAT7ZJED.js} +5 -7
- package/dist/{chunk-K5INLPVW.js → chunk-PE6MDHC6.js} +7 -7
- package/dist/{chunk-MRDUBOI6.js → chunk-PFLTG4SW.js} +8 -8
- package/dist/{chunk-N636KM4Y.js → chunk-QBWTIQZH.js} +5 -5
- package/dist/{chunk-DDWPA3QZ.js → chunk-QHKBGNWB.js} +8 -8
- package/dist/{chunk-7EWCT4H6.js → chunk-R23N6WNV.js} +5 -5
- package/dist/{chunk-OYGQMVPB.js → chunk-TO6USDND.js} +7 -7
- package/dist/{chunk-ONPT5QRX.js → chunk-UHI6VYFX.js} +5 -7
- package/dist/{chunk-PQARBUEW.js → chunk-UOPYKXM4.js} +8 -8
- package/dist/{chunk-OCVJF6KE.js → chunk-URKMLTPJ.js} +5 -5
- package/dist/{chunk-XH3GKWJM.js → chunk-Y7GAVPWZ.js} +5 -5
- package/dist/{chunk-TTFKFCNO.js → chunk-ZYDTUKOV.js} +8 -8
- package/dist/cli/checkUnsupportedDataProxy.js +17 -18
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +17 -18
- package/dist/cli/schemaContext.js +17 -18
- package/dist/engine-commands/errorHelpers.js +4 -4
- package/dist/engine-commands/formatSchema.js +16 -17
- package/dist/engine-commands/getConfig.js +10 -10
- package/dist/engine-commands/getDmmf.js +7 -7
- package/dist/engine-commands/getEngineVersion.js +4 -5
- package/dist/engine-commands/getEnginesInfo.js +5 -6
- package/dist/engine-commands/index.js +28 -29
- 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/getGenerators.js +19 -20
- package/dist/getPackedPackage.js +2 -3
- package/dist/index.js +44 -45
- package/dist/schemaEngineCommands.d.ts +1 -2
- package/dist/schemaEngineCommands.js +7 -8
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/wasm.js +5 -5
- package/package.json +12 -12
- package/dist/chunk-ETYWYJBX.js +0 -1908
- package/dist/chunk-MM4ARWWY.js +0 -35
|
@@ -16,20 +16,20 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_7ACMINTL_exports = {};
|
|
20
|
+
__export(chunk_7ACMINTL_exports, {
|
|
21
21
|
getLintWarnings: () => getLintWarnings,
|
|
22
22
|
getLintWarningsAsText: () => getLintWarningsAsText,
|
|
23
23
|
handleLintPanic: () => handleLintPanic,
|
|
24
24
|
lintSchema: () => lintSchema,
|
|
25
25
|
warningToString: () => warningToString
|
|
26
26
|
});
|
|
27
|
-
module.exports = __toCommonJS(
|
|
28
|
-
var
|
|
27
|
+
module.exports = __toCommonJS(chunk_7ACMINTL_exports);
|
|
28
|
+
var import_chunk_QBWTIQZH = require("./chunk-QBWTIQZH.js");
|
|
29
29
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
30
30
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
31
31
|
function lintSchema({ schemas }) {
|
|
32
|
-
const lintResult =
|
|
32
|
+
const lintResult = import_chunk_QBWTIQZH.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
|
34
34
|
return lintDiagnostics;
|
|
35
35
|
}
|
|
@@ -26,17 +26,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_AJ5PXWMW_exports = {};
|
|
30
|
+
__export(chunk_AJ5PXWMW_exports, {
|
|
31
31
|
ValidateError: () => ValidateError,
|
|
32
32
|
validate: () => validate
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_AJ5PXWMW_exports);
|
|
35
35
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
|
36
36
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
|
37
37
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
38
|
-
var
|
|
39
|
-
var
|
|
38
|
+
var import_chunk_NKKNAJFF = require("./chunk-NKKNAJFF.js");
|
|
39
|
+
var import_chunk_Y7GAVPWZ = require("./chunk-Y7GAVPWZ.js");
|
|
40
40
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
41
41
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
42
42
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
@@ -59,7 +59,7 @@ ${detailsHeader} ${message}`;
|
|
|
59
59
|
}).exhaustive();
|
|
60
60
|
const errorMessageWithContext = `${constructedErrorMessage}
|
|
61
61
|
[Context: validate]`;
|
|
62
|
-
super((0,
|
|
62
|
+
super((0, import_chunk_NKKNAJFF.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
|
63
63
|
this.name = "ValidateError";
|
|
64
64
|
}
|
|
65
65
|
};
|
|
@@ -71,13 +71,13 @@ function validate(options) {
|
|
|
71
71
|
() => {
|
|
72
72
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
|
73
73
|
debug("Triggering a Rust panic...");
|
|
74
|
-
|
|
74
|
+
import_chunk_Y7GAVPWZ.prismaSchemaWasm.debug_panic();
|
|
75
75
|
}
|
|
76
76
|
const params = JSON.stringify({
|
|
77
77
|
prismaSchema: options.schemas,
|
|
78
78
|
noColor: Boolean(process.env.NO_COLOR)
|
|
79
79
|
});
|
|
80
|
-
|
|
80
|
+
import_chunk_Y7GAVPWZ.prismaSchemaWasm.validate(params);
|
|
81
81
|
},
|
|
82
82
|
(e) => ({
|
|
83
83
|
type: "wasm-error",
|
|
@@ -26,16 +26,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_BVJP43JS_exports = {};
|
|
30
|
+
__export(chunk_BVJP43JS_exports, {
|
|
31
31
|
getPackedPackage: () => getPackedPackage,
|
|
32
32
|
require_p_map: () => require_p_map
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
34
|
+
module.exports = __toCommonJS(chunk_BVJP43JS_exports);
|
|
35
35
|
var import_chunk_KDP6C3CB = require("./chunk-KDP6C3CB.js");
|
|
36
36
|
var import_chunk_JOIIWB3U = require("./chunk-JOIIWB3U.js");
|
|
37
37
|
var import_chunk_UMM35VP5 = require("./chunk-UMM35VP5.js");
|
|
38
|
-
var import_chunk_MM4ARWWY = require("./chunk-MM4ARWWY.js");
|
|
39
38
|
var import_chunk_5VQNKCKW = require("./chunk-5VQNKCKW.js");
|
|
40
39
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
41
40
|
var import_node_path = require("node:path");
|
|
@@ -3175,6 +3174,17 @@ var require_unique_string = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
3175
3174
|
module2.exports = () => cryptoRandomString(32);
|
|
3176
3175
|
}
|
|
3177
3176
|
});
|
|
3177
|
+
var require_is_stream = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
3178
|
+
"../../node_modules/.pnpm/is-stream@2.0.1/node_modules/is-stream/index.js"(exports, module2) {
|
|
3179
|
+
"use strict";
|
|
3180
|
+
var isStream = (stream) => stream !== null && typeof stream === "object" && typeof stream.pipe === "function";
|
|
3181
|
+
isStream.writable = (stream) => isStream(stream) && stream.writable !== false && typeof stream._write === "function" && typeof stream._writableState === "object";
|
|
3182
|
+
isStream.readable = (stream) => isStream(stream) && stream.readable !== false && typeof stream._read === "function" && typeof stream._readableState === "object";
|
|
3183
|
+
isStream.duplex = (stream) => isStream.writable(stream) && isStream.readable(stream);
|
|
3184
|
+
isStream.transform = (stream) => isStream.duplex(stream) && typeof stream._transform === "function";
|
|
3185
|
+
module2.exports = isStream;
|
|
3186
|
+
}
|
|
3187
|
+
});
|
|
3178
3188
|
var require_polyfills = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
3179
3189
|
"../../node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/polyfills.js"(exports, module2) {
|
|
3180
3190
|
"use strict";
|
|
@@ -6357,7 +6367,7 @@ var require_tempy = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
6357
6367
|
var path2 = (0, import_chunk_4VNS5WPM.__require)("path");
|
|
6358
6368
|
var uniqueString = require_unique_string();
|
|
6359
6369
|
var tempDir = (0, import_chunk_5VQNKCKW.require_temp_dir)();
|
|
6360
|
-
var isStream =
|
|
6370
|
+
var isStream = require_is_stream();
|
|
6361
6371
|
var del = require_del();
|
|
6362
6372
|
var stream = (0, import_chunk_4VNS5WPM.__require)("stream");
|
|
6363
6373
|
var { promisify } = (0, import_chunk_4VNS5WPM.__require)("util");
|
|
@@ -16,17 +16,17 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_EFS5Q4DP_exports = {};
|
|
20
|
+
__export(chunk_EFS5Q4DP_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_EFS5Q4DP_exports);
|
|
24
24
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
25
25
|
var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
26
26
|
"package.json"(exports, module2) {
|
|
27
27
|
module2.exports = {
|
|
28
28
|
name: "@prisma/internals",
|
|
29
|
-
version: "6.17.0-dev.
|
|
29
|
+
version: "6.17.0-dev.6",
|
|
30
30
|
description: "This package is intended for Prisma's internal use",
|
|
31
31
|
main: "dist/index.js",
|
|
32
32
|
types: "dist/index.d.ts",
|
|
@@ -67,7 +67,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
67
67
|
dotenv: "16.5.0",
|
|
68
68
|
empathic: "2.0.0",
|
|
69
69
|
"escape-string-regexp": "5.0.0",
|
|
70
|
-
execa: "
|
|
70
|
+
execa: "8.0.1",
|
|
71
71
|
"fast-glob": "3.3.3",
|
|
72
72
|
"find-up": "7.0.0",
|
|
73
73
|
"fp-ts": "2.16.9",
|
|
@@ -26,13 +26,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_GMW36QQF_exports = {};
|
|
30
|
+
__export(chunk_GMW36QQF_exports, {
|
|
31
31
|
getEnginesInfo: () => getEnginesInfo,
|
|
32
32
|
resolveEngine: () => resolveEngine
|
|
33
33
|
});
|
|
34
|
-
module.exports = __toCommonJS(
|
|
35
|
-
var
|
|
34
|
+
module.exports = __toCommonJS(chunk_GMW36QQF_exports);
|
|
35
|
+
var import_chunk_OAT7ZJED = require("./chunk-OAT7ZJED.js");
|
|
36
36
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
|
37
37
|
var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
|
|
38
38
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
|
@@ -139,7 +139,7 @@ async function resolveEngine(binaryName) {
|
|
|
139
139
|
enginePathEither,
|
|
140
140
|
import_chunk_5DBOS77Y.fromEither,
|
|
141
141
|
(0, import_chunk_5DBOS77Y.chain)((enginePath) => {
|
|
142
|
-
return (0,
|
|
142
|
+
return (0, import_chunk_OAT7ZJED.safeGetEngineVersion)(enginePath, binaryName);
|
|
143
143
|
})
|
|
144
144
|
)();
|
|
145
145
|
const engineInfo = {
|
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_IKYC6K45_exports = {};
|
|
30
|
+
__export(chunk_IKYC6K45_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_RTSS2XR2_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_IKYC6K45_exports);
|
|
46
46
|
var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
|
|
47
47
|
var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
|
|
48
48
|
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
@@ -55,12 +55,12 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
|
|
|
55
55
|
var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
|
|
56
56
|
var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
|
|
57
57
|
var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
|
|
58
|
-
var
|
|
59
|
-
var
|
|
60
|
-
var
|
|
61
|
-
var
|
|
58
|
+
var import_chunk_UOPYKXM4 = require("./chunk-UOPYKXM4.js");
|
|
59
|
+
var import_chunk_KUC2SILY = require("./chunk-KUC2SILY.js");
|
|
60
|
+
var import_chunk_7ACMINTL = require("./chunk-7ACMINTL.js");
|
|
61
|
+
var import_chunk_TO6USDND = require("./chunk-TO6USDND.js");
|
|
62
62
|
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
63
|
-
var
|
|
63
|
+
var import_chunk_QBWTIQZH = require("./chunk-QBWTIQZH.js");
|
|
64
64
|
var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
|
|
65
65
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
|
66
66
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
@@ -68,7 +68,7 @@ var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
|
68
68
|
var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
|
|
69
69
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
70
70
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
71
|
-
var
|
|
71
|
+
var import_chunk_BVJP43JS = require("./chunk-BVJP43JS.js");
|
|
72
72
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
73
73
|
var import_path = __toESM(require("path"));
|
|
74
74
|
var import_debug = __toESM(require("@prisma/debug"));
|
|
@@ -102,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
|
102
102
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
103
103
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
104
104
|
handleFormatPanic(() => {
|
|
105
|
-
|
|
105
|
+
import_chunk_QBWTIQZH.prismaSchemaWasm.debug_panic();
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
108
|
const defaultFormattingOptions = {
|
|
@@ -119,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
|
119
119
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
|
120
120
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
|
121
121
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
122
|
-
const lintDiagnostics2 = (0,
|
|
122
|
+
const lintDiagnostics2 = (0, import_chunk_7ACMINTL.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
124
124
|
});
|
|
125
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_7ACMINTL.getLintWarningsAsText)(lintDiagnostics);
|
|
126
126
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
|
127
127
|
console.warn(lintWarnings);
|
|
128
128
|
}
|
|
@@ -149,7 +149,7 @@ function handleFormatPanic(tryCb) {
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
function formatWasm(schema, documentFormattingParams) {
|
|
152
|
-
const formattedSchema =
|
|
152
|
+
const formattedSchema = import_chunk_QBWTIQZH.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
153
153
|
return formattedSchema;
|
|
154
154
|
}
|
|
155
155
|
async function loadSchemaContext({
|
|
@@ -186,7 +186,7 @@ async function processSchemaResult({
|
|
|
186
186
|
if (printLoadMessage) {
|
|
187
187
|
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
188
188
|
}
|
|
189
|
-
const configFromPsl = await (0,
|
|
189
|
+
const configFromPsl = await (0, import_chunk_UOPYKXM4.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
190
190
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
|
191
191
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
|
192
192
|
return {
|
|
@@ -208,7 +208,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
|
|
|
208
208
|
}
|
|
209
209
|
return null;
|
|
210
210
|
}
|
|
211
|
-
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
211
|
+
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_BVJP43JS.require_p_map)());
|
|
212
212
|
var debug2 = (0, import_debug2.default)("prisma:getGenerators");
|
|
213
213
|
async function getGenerators(options) {
|
|
214
214
|
if (options.registry === void 0 && options.providerAliases !== void 0) {
|
|
@@ -246,7 +246,7 @@ async function getGenerators(options) {
|
|
|
246
246
|
}
|
|
247
247
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
248
248
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
249
|
-
const dmmf = await (0,
|
|
249
|
+
const dmmf = await (0, import_chunk_KUC2SILY.getDMMF)({
|
|
250
250
|
datamodel: schemaContext.schemaFiles,
|
|
251
251
|
previewFeatures
|
|
252
252
|
});
|
|
@@ -297,7 +297,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
297
297
|
fromEnvVar: null
|
|
298
298
|
};
|
|
299
299
|
}
|
|
300
|
-
const datamodel = (0,
|
|
300
|
+
const datamodel = (0, import_chunk_TO6USDND.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
301
301
|
const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
302
302
|
const options2 = {
|
|
303
303
|
datamodel,
|
|
@@ -389,7 +389,7 @@ generator gen {
|
|
|
389
389
|
debug2({ generatorBinaryPaths });
|
|
390
390
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
391
391
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
392
|
-
const customDmmf = await (0,
|
|
392
|
+
const customDmmf = await (0, import_chunk_KUC2SILY.getDMMF)({
|
|
393
393
|
datamodel: schemaContext.schemaFiles,
|
|
394
394
|
previewFeatures
|
|
395
395
|
});
|
|
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
|
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
if (!schemaContext?.primaryDatasource) return;
|
|
513
|
-
const url = (0,
|
|
513
|
+
const url = (0, import_chunk_UOPYKXM4.resolveUrl)((0, import_chunk_UOPYKXM4.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
514
514
|
if (url?.startsWith("prisma://")) {
|
|
515
515
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
516
516
|
}
|
|
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_IRAVOSPK_exports = {};
|
|
20
|
+
__export(chunk_IRAVOSPK_exports, {
|
|
21
21
|
require_package: () => require_package
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_IRAVOSPK_exports);
|
|
24
24
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
25
25
|
var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
26
26
|
"package.json"(exports, module2) {
|
|
@@ -67,7 +67,7 @@ var require_package = (0, import_chunk_4VNS5WPM.__commonJS)({
|
|
|
67
67
|
dotenv: "16.5.0",
|
|
68
68
|
empathic: "2.0.0",
|
|
69
69
|
"escape-string-regexp": "5.0.0",
|
|
70
|
-
execa: "
|
|
70
|
+
execa: "8.0.1",
|
|
71
71
|
"fast-glob": "3.3.3",
|
|
72
72
|
"find-up": "7.0.0",
|
|
73
73
|
"fp-ts": "2.16.9",
|
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_J7JXR4PH_exports = {};
|
|
30
|
+
__export(chunk_J7JXR4PH_exports, {
|
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
|
@@ -42,7 +42,7 @@ __export(chunk_VZZORMB3_exports, {
|
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
|
43
43
|
skipIndex: () => skipIndex
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(chunk_J7JXR4PH_exports);
|
|
46
46
|
var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
|
|
47
47
|
var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
|
|
48
48
|
var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
|
|
@@ -55,12 +55,12 @@ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
|
|
|
55
55
|
var import_chunk_46ABODUM = require("./chunk-46ABODUM.js");
|
|
56
56
|
var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
|
|
57
57
|
var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
|
|
58
|
-
var
|
|
59
|
-
var
|
|
60
|
-
var
|
|
61
|
-
var
|
|
58
|
+
var import_chunk_ZYDTUKOV = require("./chunk-ZYDTUKOV.js");
|
|
59
|
+
var import_chunk_QHKBGNWB = require("./chunk-QHKBGNWB.js");
|
|
60
|
+
var import_chunk_MLDP6U27 = require("./chunk-MLDP6U27.js");
|
|
61
|
+
var import_chunk_PE6MDHC6 = require("./chunk-PE6MDHC6.js");
|
|
62
62
|
var import_chunk_EYVG6XQS = require("./chunk-EYVG6XQS.js");
|
|
63
|
-
var
|
|
63
|
+
var import_chunk_Y7GAVPWZ = require("./chunk-Y7GAVPWZ.js");
|
|
64
64
|
var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
|
|
65
65
|
var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
|
|
66
66
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
|
@@ -68,7 +68,7 @@ var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
|
|
68
68
|
var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
|
|
69
69
|
var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
70
70
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
|
71
|
-
var
|
|
71
|
+
var import_chunk_BVJP43JS = require("./chunk-BVJP43JS.js");
|
|
72
72
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
|
73
73
|
var import_path = __toESM(require("path"));
|
|
74
74
|
var import_debug = __toESM(require("@prisma/debug"));
|
|
@@ -102,7 +102,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
|
102
102
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
103
103
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
|
104
104
|
handleFormatPanic(() => {
|
|
105
|
-
|
|
105
|
+
import_chunk_Y7GAVPWZ.prismaSchemaWasm.debug_panic();
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
108
|
const defaultFormattingOptions = {
|
|
@@ -119,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
|
119
119
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
|
120
120
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
|
121
121
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
|
122
|
-
const lintDiagnostics2 = (0,
|
|
122
|
+
const lintDiagnostics2 = (0, import_chunk_MLDP6U27.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
|
123
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
|
124
124
|
});
|
|
125
|
-
const lintWarnings = (0,
|
|
125
|
+
const lintWarnings = (0, import_chunk_MLDP6U27.getLintWarningsAsText)(lintDiagnostics);
|
|
126
126
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
|
127
127
|
console.warn(lintWarnings);
|
|
128
128
|
}
|
|
@@ -149,7 +149,7 @@ function handleFormatPanic(tryCb) {
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
function formatWasm(schema, documentFormattingParams) {
|
|
152
|
-
const formattedSchema =
|
|
152
|
+
const formattedSchema = import_chunk_Y7GAVPWZ.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
|
153
153
|
return formattedSchema;
|
|
154
154
|
}
|
|
155
155
|
async function loadSchemaContext({
|
|
@@ -186,7 +186,7 @@ async function processSchemaResult({
|
|
|
186
186
|
if (printLoadMessage) {
|
|
187
187
|
(0, import_chunk_EYVG6XQS.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
|
188
188
|
}
|
|
189
|
-
const configFromPsl = await (0,
|
|
189
|
+
const configFromPsl = await (0, import_chunk_ZYDTUKOV.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
|
190
190
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
|
191
191
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
|
192
192
|
return {
|
|
@@ -208,7 +208,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
|
|
|
208
208
|
}
|
|
209
209
|
return null;
|
|
210
210
|
}
|
|
211
|
-
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0,
|
|
211
|
+
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_BVJP43JS.require_p_map)());
|
|
212
212
|
var debug2 = (0, import_debug2.default)("prisma:getGenerators");
|
|
213
213
|
async function getGenerators(options) {
|
|
214
214
|
if (options.registry === void 0 && options.providerAliases !== void 0) {
|
|
@@ -246,7 +246,7 @@ async function getGenerators(options) {
|
|
|
246
246
|
}
|
|
247
247
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
|
248
248
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
|
249
|
-
const dmmf = await (0,
|
|
249
|
+
const dmmf = await (0, import_chunk_QHKBGNWB.getDMMF)({
|
|
250
250
|
datamodel: schemaContext.schemaFiles,
|
|
251
251
|
previewFeatures
|
|
252
252
|
});
|
|
@@ -297,7 +297,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
|
297
297
|
fromEnvVar: null
|
|
298
298
|
};
|
|
299
299
|
}
|
|
300
|
-
const datamodel = (0,
|
|
300
|
+
const datamodel = (0, import_chunk_PE6MDHC6.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
|
301
301
|
const envPaths = await (0, import_chunk_46ABODUM.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
|
302
302
|
const options2 = {
|
|
303
303
|
datamodel,
|
|
@@ -389,7 +389,7 @@ generator gen {
|
|
|
389
389
|
debug2({ generatorBinaryPaths });
|
|
390
390
|
generator.setBinaryPaths(generatorBinaryPaths);
|
|
391
391
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
|
392
|
-
const customDmmf = await (0,
|
|
392
|
+
const customDmmf = await (0, import_chunk_QHKBGNWB.getDMMF)({
|
|
393
393
|
datamodel: schemaContext.schemaFiles,
|
|
394
394
|
previewFeatures
|
|
395
395
|
});
|
|
@@ -510,7 +510,7 @@ function checkUnsupportedDataProxy({
|
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
if (!schemaContext?.primaryDatasource) return;
|
|
513
|
-
const url = (0,
|
|
513
|
+
const url = (0, import_chunk_ZYDTUKOV.resolveUrl)((0, import_chunk_ZYDTUKOV.getEffectiveUrl)(schemaContext.primaryDatasource));
|
|
514
514
|
if (url?.startsWith("prisma://")) {
|
|
515
515
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
|
516
516
|
}
|
|
@@ -16,15 +16,15 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_JEQPVFUW_exports = {};
|
|
20
|
+
__export(chunk_JEQPVFUW_exports, {
|
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(chunk_JEQPVFUW_exports);
|
|
24
|
+
var import_chunk_R23N6WNV = require("./chunk-R23N6WNV.js");
|
|
25
25
|
var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
|
|
26
26
|
function addVersionDetailsToErrorMessage(message) {
|
|
27
|
-
const rows = [["Prisma CLI Version",
|
|
27
|
+
const rows = [["Prisma CLI Version", import_chunk_R23N6WNV.version]];
|
|
28
28
|
return `${message}
|
|
29
29
|
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|