@prisma/internals 6.10.0-dev.3 → 6.10.0-dev.5
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-YLJ4NK2Y.js → chunk-2DTKB65A.js} +8 -8
- package/dist/{chunk-RWB5GZYW.js → chunk-32I2OVXU.js} +5 -5
- package/dist/{chunk-DQIZKYXB.js → chunk-32QREKMX.js} +17 -17
- package/dist/{chunk-AJKNVYRO.js → chunk-3TPKIDRW.js} +7 -7
- package/dist/{chunk-TA7XAR7Q.js → chunk-4HGVQYAY.js} +8 -8
- package/dist/{chunk-UHP3P7WJ.js → chunk-7UHEZFM3.js} +7 -7
- package/dist/{chunk-A6PVYESK.js → chunk-GL7W7AST.js} +8 -8
- package/dist/{chunk-OVWYMR6U.js → chunk-HXTAPJ55.js} +8 -8
- package/dist/{chunk-IEORMKTI.js → chunk-IO3HHZPH.js} +17 -17
- package/dist/{chunk-TN7PVJTR.js → chunk-J6W7FOAF.js} +8 -8
- package/dist/{chunk-3PC6RJ2R.js → chunk-MUNRY6HC.js} +8 -8
- package/dist/{chunk-BGGZ3KQE.js → chunk-RWHNVLZ6.js} +6 -6
- package/dist/{chunk-3EQLP4UN.js → chunk-SKAKUYQB.js} +5 -5
- package/dist/{chunk-5PSUW3RA.js → chunk-T42XVBT4.js} +5 -5
- package/dist/{chunk-QETFQGU5.js → chunk-VILNRUUB.js} +5 -5
- package/dist/{chunk-WK36GPDX.js → chunk-VPDQLDKC.js} +5 -5
- package/dist/{chunk-LUEVA6ES.js → chunk-XU5DESZG.js} +5 -5
- package/dist/{chunk-HOQOJ6L6.js → chunk-YJ7KM4I3.js} +5 -5
- package/dist/{chunk-XHR23DEL.js → chunk-YO2RTYMA.js} +5 -5
- package/dist/{chunk-U2FB6KEV.js → chunk-ZQSJ4N7S.js} +5 -5
- package/dist/cli/checkUnsupportedDataProxy.js +12 -12
- package/dist/cli/checkUnsupportedSchemaEngineWasm.js +12 -12
- package/dist/cli/schemaContext.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/getGenerators.js +14 -14
- package/dist/index.js +31 -31
- package/dist/utils/getVersionFromPackageJson.js +3 -3
- package/dist/wasm.js +5 -5
- package/package.json +13 -13
@@ -26,16 +26,16 @@ 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_2DTKB65A_exports = {};
|
30
|
+
__export(chunk_2DTKB65A_exports, {
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
32
32
|
getDMMF: () => getDMMF
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_2DTKB65A_exports);
|
35
35
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
36
36
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
37
|
-
var
|
38
|
-
var
|
37
|
+
var import_chunk_XU5DESZG = require("./chunk-XU5DESZG.js");
|
38
|
+
var import_chunk_VPDQLDKC = require("./chunk-VPDQLDKC.js");
|
39
39
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
40
40
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
41
41
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
@@ -58,7 +58,7 @@ ${detailsHeader} ${message}`;
|
|
58
58
|
}).exhaustive();
|
59
59
|
const errorMessageWithContext = `${constructedErrorMessage}
|
60
60
|
[Context: getDmmf]`;
|
61
|
-
super((0,
|
61
|
+
super((0, import_chunk_XU5DESZG.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
62
62
|
this.name = "GetDmmfError";
|
63
63
|
}
|
64
64
|
};
|
@@ -70,13 +70,13 @@ async function getDMMF(options) {
|
|
70
70
|
() => {
|
71
71
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
72
72
|
debug("Triggering a Rust panic...");
|
73
|
-
|
73
|
+
import_chunk_VPDQLDKC.prismaSchemaWasm.debug_panic();
|
74
74
|
}
|
75
75
|
const params = JSON.stringify({
|
76
76
|
prismaSchema: options.datamodel,
|
77
77
|
noColor: Boolean(process.env.NO_COLOR)
|
78
78
|
});
|
79
|
-
const data =
|
79
|
+
const data = import_chunk_VPDQLDKC.prismaSchemaWasm.get_dmmf(params);
|
80
80
|
return data;
|
81
81
|
},
|
82
82
|
(e) => ({
|
@@ -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_32I2OVXU_exports = {};
|
20
|
+
__export(chunk_32I2OVXU_exports, {
|
21
21
|
version: () => version
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
24
|
-
var
|
25
|
-
var packageJson = (0,
|
23
|
+
module.exports = __toCommonJS(chunk_32I2OVXU_exports);
|
24
|
+
var import_chunk_T42XVBT4 = require("./chunk-T42XVBT4.js");
|
25
|
+
var packageJson = (0, import_chunk_T42XVBT4.require_package)();
|
26
26
|
var version = packageJson.version;
|
@@ -26,8 +26,8 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
|
|
26
26
|
mod
|
27
27
|
));
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
-
var
|
30
|
-
__export(
|
29
|
+
var chunk_32QREKMX_exports = {};
|
30
|
+
__export(chunk_32QREKMX_exports, {
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
@@ -42,7 +42,7 @@ __export(chunk_DQIZKYXB_exports, {
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
43
43
|
skipIndex: () => skipIndex
|
44
44
|
});
|
45
|
-
module.exports = __toCommonJS(
|
45
|
+
module.exports = __toCommonJS(chunk_32QREKMX_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_WXRTT6AT = require("./chunk-WXRTT6AT.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_GL7W7AST = require("./chunk-GL7W7AST.js");
|
59
|
+
var import_chunk_2DTKB65A = require("./chunk-2DTKB65A.js");
|
60
|
+
var import_chunk_VILNRUUB = require("./chunk-VILNRUUB.js");
|
61
|
+
var import_chunk_3TPKIDRW = require("./chunk-3TPKIDRW.js");
|
62
62
|
var import_chunk_ZCBEMBHR = require("./chunk-ZCBEMBHR.js");
|
63
|
-
var
|
63
|
+
var import_chunk_VPDQLDKC = require("./chunk-VPDQLDKC.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_M3GBKLGE = require("./chunk-M3GBKLGE.js");
|
@@ -104,7 +104,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
104
104
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
105
105
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
106
106
|
handleFormatPanic(() => {
|
107
|
-
|
107
|
+
import_chunk_VPDQLDKC.prismaSchemaWasm.debug_panic();
|
108
108
|
});
|
109
109
|
}
|
110
110
|
const defaultFormattingOptions = {
|
@@ -121,10 +121,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
121
121
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
122
122
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
123
123
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
124
|
-
const lintDiagnostics2 = (0,
|
124
|
+
const lintDiagnostics2 = (0, import_chunk_VILNRUUB.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
125
125
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
126
126
|
});
|
127
|
-
const lintWarnings = (0,
|
127
|
+
const lintWarnings = (0, import_chunk_VILNRUUB.getLintWarningsAsText)(lintDiagnostics);
|
128
128
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
129
129
|
console.warn(lintWarnings);
|
130
130
|
}
|
@@ -151,7 +151,7 @@ function handleFormatPanic(tryCb) {
|
|
151
151
|
}
|
152
152
|
}
|
153
153
|
function formatWasm(schema, documentFormattingParams) {
|
154
|
-
const formattedSchema =
|
154
|
+
const formattedSchema = import_chunk_VPDQLDKC.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
155
155
|
return formattedSchema;
|
156
156
|
}
|
157
157
|
async function loadSchemaContext({
|
@@ -188,7 +188,7 @@ async function processSchemaResult({
|
|
188
188
|
if (printLoadMessage) {
|
189
189
|
(0, import_chunk_ZCBEMBHR.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
190
190
|
}
|
191
|
-
const configFromPsl = await (0,
|
191
|
+
const configFromPsl = await (0, import_chunk_GL7W7AST.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
192
192
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
193
193
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
194
194
|
return {
|
@@ -266,7 +266,7 @@ async function getGenerators(options) {
|
|
266
266
|
}
|
267
267
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
268
268
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
269
|
-
const dmmf = await (0,
|
269
|
+
const dmmf = await (0, import_chunk_2DTKB65A.getDMMF)({
|
270
270
|
datamodel: schemaContext.schemaFiles,
|
271
271
|
previewFeatures
|
272
272
|
});
|
@@ -317,7 +317,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
317
317
|
fromEnvVar: null
|
318
318
|
};
|
319
319
|
}
|
320
|
-
const datamodel = (0,
|
320
|
+
const datamodel = (0, import_chunk_3TPKIDRW.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
321
321
|
const envPaths = await (0, import_chunk_WXRTT6AT.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
322
322
|
const options2 = {
|
323
323
|
datamodel,
|
@@ -401,7 +401,7 @@ generator gen {
|
|
401
401
|
debug2({ generatorBinaryPaths });
|
402
402
|
generator.setBinaryPaths(generatorBinaryPaths);
|
403
403
|
if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
404
|
-
const customDmmf = await (0,
|
404
|
+
const customDmmf = await (0, import_chunk_2DTKB65A.getDMMF)({
|
405
405
|
datamodel: schemaContext.schemaFiles,
|
406
406
|
previewFeatures
|
407
407
|
});
|
@@ -522,7 +522,7 @@ function checkUnsupportedDataProxy({
|
|
522
522
|
}
|
523
523
|
}
|
524
524
|
if (!schemaContext2?.primaryDatasource) return;
|
525
|
-
const url = (0,
|
525
|
+
const url = (0, import_chunk_GL7W7AST.resolveUrl)((0, import_chunk_GL7W7AST.getEffectiveUrl)(schemaContext2.primaryDatasource));
|
526
526
|
if (url?.startsWith("prisma://")) {
|
527
527
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
528
528
|
}
|
@@ -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_3TPKIDRW_exports = {};
|
30
|
+
__export(chunk_3TPKIDRW_exports, {
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
32
32
|
mergeSchemas: () => mergeSchemas
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_3TPKIDRW_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_XU5DESZG = require("./chunk-XU5DESZG.js");
|
39
|
+
var import_chunk_VPDQLDKC = require("./chunk-VPDQLDKC.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: mergeSchemas]`;
|
62
|
-
super((0,
|
62
|
+
super((0, import_chunk_XU5DESZG.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
63
63
|
this.name = "MergeSchemasError";
|
64
64
|
}
|
65
65
|
};
|
@@ -72,7 +72,7 @@ function mergeSchemas(options) {
|
|
72
72
|
const params = JSON.stringify({
|
73
73
|
schema: options.schemas
|
74
74
|
});
|
75
|
-
return
|
75
|
+
return import_chunk_VPDQLDKC.prismaSchemaWasm.merge_schemas(params);
|
76
76
|
},
|
77
77
|
(e) => ({
|
78
78
|
type: "wasm-error",
|
@@ -26,20 +26,20 @@ 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_4HGVQYAY_exports = {};
|
30
|
+
__export(chunk_4HGVQYAY_exports, {
|
31
31
|
GetConfigError: () => GetConfigError,
|
32
32
|
getConfig: () => getConfig,
|
33
33
|
getDirectUrl: () => getDirectUrl,
|
34
34
|
getEffectiveUrl: () => getEffectiveUrl,
|
35
35
|
resolveUrl: () => resolveUrl
|
36
36
|
});
|
37
|
-
module.exports = __toCommonJS(
|
37
|
+
module.exports = __toCommonJS(chunk_4HGVQYAY_exports);
|
38
38
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
39
39
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
40
40
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
41
|
-
var
|
42
|
-
var
|
41
|
+
var import_chunk_SKAKUYQB = require("./chunk-SKAKUYQB.js");
|
42
|
+
var import_chunk_YJ7KM4I3 = require("./chunk-YJ7KM4I3.js");
|
43
43
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
44
44
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
45
45
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
@@ -64,7 +64,7 @@ ${detailsHeader} ${message}`;
|
|
64
64
|
}).exhaustive();
|
65
65
|
const errorMessageWithContext = `${constructedErrorMessage}
|
66
66
|
[Context: getConfig]`;
|
67
|
-
super((0,
|
67
|
+
super((0, import_chunk_SKAKUYQB.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
68
68
|
this.name = "GetConfigError";
|
69
69
|
}
|
70
70
|
};
|
@@ -89,7 +89,7 @@ async function getConfig(options) {
|
|
89
89
|
() => {
|
90
90
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
|
91
91
|
debug("Triggering a Rust panic...");
|
92
|
-
|
92
|
+
import_chunk_YJ7KM4I3.prismaSchemaWasm.debug_panic();
|
93
93
|
}
|
94
94
|
const params = JSON.stringify({
|
95
95
|
prismaSchema: options.datamodel,
|
@@ -97,7 +97,7 @@ async function getConfig(options) {
|
|
97
97
|
ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
|
98
98
|
env: process.env
|
99
99
|
});
|
100
|
-
const data =
|
100
|
+
const data = import_chunk_YJ7KM4I3.prismaSchemaWasm.get_config(params);
|
101
101
|
return data;
|
102
102
|
},
|
103
103
|
(e) => ({
|
@@ -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_7UHEZFM3_exports = {};
|
30
|
+
__export(chunk_7UHEZFM3_exports, {
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
32
32
|
mergeSchemas: () => mergeSchemas
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_7UHEZFM3_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_SKAKUYQB = require("./chunk-SKAKUYQB.js");
|
39
|
+
var import_chunk_YJ7KM4I3 = require("./chunk-YJ7KM4I3.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: mergeSchemas]`;
|
62
|
-
super((0,
|
62
|
+
super((0, import_chunk_SKAKUYQB.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
63
63
|
this.name = "MergeSchemasError";
|
64
64
|
}
|
65
65
|
};
|
@@ -72,7 +72,7 @@ function mergeSchemas(options) {
|
|
72
72
|
const params = JSON.stringify({
|
73
73
|
schema: options.schemas
|
74
74
|
});
|
75
|
-
return
|
75
|
+
return import_chunk_YJ7KM4I3.prismaSchemaWasm.merge_schemas(params);
|
76
76
|
},
|
77
77
|
(e) => ({
|
78
78
|
type: "wasm-error",
|
@@ -26,20 +26,20 @@ 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_GL7W7AST_exports = {};
|
30
|
+
__export(chunk_GL7W7AST_exports, {
|
31
31
|
GetConfigError: () => GetConfigError,
|
32
32
|
getConfig: () => getConfig,
|
33
33
|
getDirectUrl: () => getDirectUrl,
|
34
34
|
getEffectiveUrl: () => getEffectiveUrl,
|
35
35
|
resolveUrl: () => resolveUrl
|
36
36
|
});
|
37
|
-
module.exports = __toCommonJS(
|
37
|
+
module.exports = __toCommonJS(chunk_GL7W7AST_exports);
|
38
38
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
39
39
|
var import_chunk_C47SCASR = require("./chunk-C47SCASR.js");
|
40
40
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
41
|
-
var
|
42
|
-
var
|
41
|
+
var import_chunk_XU5DESZG = require("./chunk-XU5DESZG.js");
|
42
|
+
var import_chunk_VPDQLDKC = require("./chunk-VPDQLDKC.js");
|
43
43
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
44
44
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
45
45
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
@@ -64,7 +64,7 @@ ${detailsHeader} ${message}`;
|
|
64
64
|
}).exhaustive();
|
65
65
|
const errorMessageWithContext = `${constructedErrorMessage}
|
66
66
|
[Context: getConfig]`;
|
67
|
-
super((0,
|
67
|
+
super((0, import_chunk_XU5DESZG.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
68
68
|
this.name = "GetConfigError";
|
69
69
|
}
|
70
70
|
};
|
@@ -89,7 +89,7 @@ async function getConfig(options) {
|
|
89
89
|
() => {
|
90
90
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_CONFIG) {
|
91
91
|
debug("Triggering a Rust panic...");
|
92
|
-
|
92
|
+
import_chunk_VPDQLDKC.prismaSchemaWasm.debug_panic();
|
93
93
|
}
|
94
94
|
const params = JSON.stringify({
|
95
95
|
prismaSchema: options.datamodel,
|
@@ -97,7 +97,7 @@ async function getConfig(options) {
|
|
97
97
|
ignoreEnvVarErrors: options.ignoreEnvVarErrors ?? false,
|
98
98
|
env: process.env
|
99
99
|
});
|
100
|
-
const data =
|
100
|
+
const data = import_chunk_VPDQLDKC.prismaSchemaWasm.get_config(params);
|
101
101
|
return data;
|
102
102
|
},
|
103
103
|
(e) => ({
|
@@ -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_HXTAPJ55_exports = {};
|
30
|
+
__export(chunk_HXTAPJ55_exports, {
|
31
31
|
ValidateError: () => ValidateError,
|
32
32
|
validate: () => validate
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_HXTAPJ55_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_XU5DESZG = require("./chunk-XU5DESZG.js");
|
39
|
+
var import_chunk_VPDQLDKC = require("./chunk-VPDQLDKC.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_XU5DESZG.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_VPDQLDKC.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_VPDQLDKC.prismaSchemaWasm.validate(params);
|
81
81
|
},
|
82
82
|
(e) => ({
|
83
83
|
type: "wasm-error",
|
@@ -26,8 +26,8 @@ var __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create(__g
|
|
26
26
|
mod
|
27
27
|
));
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
-
var
|
30
|
-
__export(
|
29
|
+
var chunk_IO3HHZPH_exports = {};
|
30
|
+
__export(chunk_IO3HHZPH_exports, {
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
@@ -42,7 +42,7 @@ __export(chunk_IEORMKTI_exports, {
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
43
43
|
skipIndex: () => skipIndex
|
44
44
|
});
|
45
|
-
module.exports = __toCommonJS(
|
45
|
+
module.exports = __toCommonJS(chunk_IO3HHZPH_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_WXRTT6AT = require("./chunk-WXRTT6AT.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_4HGVQYAY = require("./chunk-4HGVQYAY.js");
|
59
|
+
var import_chunk_MUNRY6HC = require("./chunk-MUNRY6HC.js");
|
60
|
+
var import_chunk_ZQSJ4N7S = require("./chunk-ZQSJ4N7S.js");
|
61
|
+
var import_chunk_7UHEZFM3 = require("./chunk-7UHEZFM3.js");
|
62
62
|
var import_chunk_ZCBEMBHR = require("./chunk-ZCBEMBHR.js");
|
63
|
-
var
|
63
|
+
var import_chunk_YJ7KM4I3 = require("./chunk-YJ7KM4I3.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_M3GBKLGE = require("./chunk-M3GBKLGE.js");
|
@@ -104,7 +104,7 @@ var debug = (0, import_debug.default)("prisma:format");
|
|
104
104
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
105
105
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
106
106
|
handleFormatPanic(() => {
|
107
|
-
|
107
|
+
import_chunk_YJ7KM4I3.prismaSchemaWasm.debug_panic();
|
108
108
|
});
|
109
109
|
}
|
110
110
|
const defaultFormattingOptions = {
|
@@ -121,10 +121,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
121
121
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
122
122
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
123
123
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
124
|
-
const lintDiagnostics2 = (0,
|
124
|
+
const lintDiagnostics2 = (0, import_chunk_ZQSJ4N7S.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
125
125
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
126
126
|
});
|
127
|
-
const lintWarnings = (0,
|
127
|
+
const lintWarnings = (0, import_chunk_ZQSJ4N7S.getLintWarningsAsText)(lintDiagnostics);
|
128
128
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
129
129
|
console.warn(lintWarnings);
|
130
130
|
}
|
@@ -151,7 +151,7 @@ function handleFormatPanic(tryCb) {
|
|
151
151
|
}
|
152
152
|
}
|
153
153
|
function formatWasm(schema, documentFormattingParams) {
|
154
|
-
const formattedSchema =
|
154
|
+
const formattedSchema = import_chunk_YJ7KM4I3.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
155
155
|
return formattedSchema;
|
156
156
|
}
|
157
157
|
async function loadSchemaContext({
|
@@ -188,7 +188,7 @@ async function processSchemaResult({
|
|
188
188
|
if (printLoadMessage) {
|
189
189
|
(0, import_chunk_ZCBEMBHR.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
190
190
|
}
|
191
|
-
const configFromPsl = await (0,
|
191
|
+
const configFromPsl = await (0, import_chunk_4HGVQYAY.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
192
192
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
193
193
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
194
194
|
return {
|
@@ -266,7 +266,7 @@ async function getGenerators(options) {
|
|
266
266
|
}
|
267
267
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
268
268
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
269
|
-
const dmmf = await (0,
|
269
|
+
const dmmf = await (0, import_chunk_MUNRY6HC.getDMMF)({
|
270
270
|
datamodel: schemaContext.schemaFiles,
|
271
271
|
previewFeatures
|
272
272
|
});
|
@@ -317,7 +317,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
317
317
|
fromEnvVar: null
|
318
318
|
};
|
319
319
|
}
|
320
|
-
const datamodel = (0,
|
320
|
+
const datamodel = (0, import_chunk_7UHEZFM3.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
321
321
|
const envPaths = await (0, import_chunk_WXRTT6AT.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
322
322
|
const options2 = {
|
323
323
|
datamodel,
|
@@ -401,7 +401,7 @@ generator gen {
|
|
401
401
|
debug2({ generatorBinaryPaths });
|
402
402
|
generator.setBinaryPaths(generatorBinaryPaths);
|
403
403
|
if (engineVersion !== version && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
404
|
-
const customDmmf = await (0,
|
404
|
+
const customDmmf = await (0, import_chunk_MUNRY6HC.getDMMF)({
|
405
405
|
datamodel: schemaContext.schemaFiles,
|
406
406
|
previewFeatures
|
407
407
|
});
|
@@ -522,7 +522,7 @@ function checkUnsupportedDataProxy({
|
|
522
522
|
}
|
523
523
|
}
|
524
524
|
if (!schemaContext2?.primaryDatasource) return;
|
525
|
-
const url = (0,
|
525
|
+
const url = (0, import_chunk_4HGVQYAY.resolveUrl)((0, import_chunk_4HGVQYAY.getEffectiveUrl)(schemaContext2.primaryDatasource));
|
526
526
|
if (url?.startsWith("prisma://")) {
|
527
527
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
528
528
|
}
|
@@ -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_J6W7FOAF_exports = {};
|
30
|
+
__export(chunk_J6W7FOAF_exports, {
|
31
31
|
ValidateError: () => ValidateError,
|
32
32
|
validate: () => validate
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_J6W7FOAF_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_SKAKUYQB = require("./chunk-SKAKUYQB.js");
|
39
|
+
var import_chunk_YJ7KM4I3 = require("./chunk-YJ7KM4I3.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_SKAKUYQB.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_YJ7KM4I3.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_YJ7KM4I3.prismaSchemaWasm.validate(params);
|
81
81
|
},
|
82
82
|
(e) => ({
|
83
83
|
type: "wasm-error",
|
@@ -26,16 +26,16 @@ 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_MUNRY6HC_exports = {};
|
30
|
+
__export(chunk_MUNRY6HC_exports, {
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
32
32
|
getDMMF: () => getDMMF
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_MUNRY6HC_exports);
|
35
35
|
var import_chunk_TZJROXB3 = require("./chunk-TZJROXB3.js");
|
36
36
|
var import_chunk_R6QH57HZ = require("./chunk-R6QH57HZ.js");
|
37
|
-
var
|
38
|
-
var
|
37
|
+
var import_chunk_SKAKUYQB = require("./chunk-SKAKUYQB.js");
|
38
|
+
var import_chunk_YJ7KM4I3 = require("./chunk-YJ7KM4I3.js");
|
39
39
|
var import_chunk_5DBOS77Y = require("./chunk-5DBOS77Y.js");
|
40
40
|
var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
|
41
41
|
var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
|
@@ -58,7 +58,7 @@ ${detailsHeader} ${message}`;
|
|
58
58
|
}).exhaustive();
|
59
59
|
const errorMessageWithContext = `${constructedErrorMessage}
|
60
60
|
[Context: getDmmf]`;
|
61
|
-
super((0,
|
61
|
+
super((0, import_chunk_SKAKUYQB.addVersionDetailsToErrorMessage)(errorMessageWithContext));
|
62
62
|
this.name = "GetDmmfError";
|
63
63
|
}
|
64
64
|
};
|
@@ -70,13 +70,13 @@ async function getDMMF(options) {
|
|
70
70
|
() => {
|
71
71
|
if (process.env.FORCE_PANIC_QUERY_ENGINE_GET_DMMF) {
|
72
72
|
debug("Triggering a Rust panic...");
|
73
|
-
|
73
|
+
import_chunk_YJ7KM4I3.prismaSchemaWasm.debug_panic();
|
74
74
|
}
|
75
75
|
const params = JSON.stringify({
|
76
76
|
prismaSchema: options.datamodel,
|
77
77
|
noColor: Boolean(process.env.NO_COLOR)
|
78
78
|
});
|
79
|
-
const data =
|
79
|
+
const data = import_chunk_YJ7KM4I3.prismaSchemaWasm.get_dmmf(params);
|
80
80
|
return data;
|
81
81
|
},
|
82
82
|
(e) => ({
|