@prisma/internals 6.12.0-integration-feat-investigate-prisma-generate-on-stackblitz.1 → 6.12.0-integration-raw-code-fallback-turso.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-XIOP5B57.js → chunk-2KI5HWZX.js} +4 -4
- package/dist/{chunk-G6ZVIGNL.js → chunk-4IUX3GJ7.js} +25 -28
- package/dist/{chunk-V2YGEMSF.js → chunk-5S5TBTKP.js} +7 -7
- package/dist/{chunk-LXKHQK77.js → chunk-75AMP5ZJ.js} +5 -5
- package/dist/{chunk-5PTPWHZM.js → chunk-7RGBFOXR.js} +14 -17
- package/dist/{chunk-Q6PEJONK.js → chunk-CIVMPOYB.js} +5 -5
- package/dist/{chunk-HW6VVHIW.js → chunk-DQFKN6TZ.js} +5 -5
- package/dist/{chunk-5HCY6XOO.js → chunk-GKNQMIYK.js} +8 -8
- package/dist/{chunk-T2ZJ7BUD.js → chunk-GPSNQ6JU.js} +8 -8
- package/dist/{chunk-IJ6AED6T.js → chunk-GSJGYR77.js} +3 -4
- package/dist/{chunk-KOQXWQTO.js → chunk-MOU2WM74.js} +5 -5
- package/dist/{chunk-Y6KOTH6X.js → chunk-Y5DGUUSX.js} +8 -9
- 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 +11 -11
@@ -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_2KI5HWZX_exports = {};
|
20
|
+
__export(chunk_2KI5HWZX_exports, {
|
21
21
|
require_package: () => require_package
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
23
|
+
module.exports = __toCommonJS(chunk_2KI5HWZX_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.12.0-integration-
|
29
|
+
version: "6.12.0-integration-raw-code-fallback-turso.1",
|
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",
|
@@ -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_4IUX3GJ7_exports = {};
|
30
|
+
__export(chunk_4IUX3GJ7_exports, {
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
@@ -42,7 +42,7 @@ __export(chunk_G6ZVIGNL_exports, {
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
43
43
|
skipIndex: () => skipIndex
|
44
44
|
});
|
45
|
-
module.exports = __toCommonJS(
|
45
|
+
module.exports = __toCommonJS(chunk_4IUX3GJ7_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_Y5DGUUSX = require("./chunk-Y5DGUUSX.js");
|
59
|
+
var import_chunk_GKNQMIYK = require("./chunk-GKNQMIYK.js");
|
60
|
+
var import_chunk_DQFKN6TZ = require("./chunk-DQFKN6TZ.js");
|
61
|
+
var import_chunk_5S5TBTKP = require("./chunk-5S5TBTKP.js");
|
62
62
|
var import_chunk_ZCBEMBHR = require("./chunk-ZCBEMBHR.js");
|
63
|
-
var
|
63
|
+
var import_chunk_MOU2WM74 = require("./chunk-MOU2WM74.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");
|
@@ -70,10 +70,9 @@ var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
70
70
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
71
71
|
var import_chunk_ZIFBTC6Y = require("./chunk-ZIFBTC6Y.js");
|
72
72
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
73
|
-
var import_debug = __toESM(require("@prisma/debug"));
|
74
73
|
var import_path = __toESM(require("path"));
|
74
|
+
var import_debug = __toESM(require("@prisma/debug"));
|
75
75
|
var import_debug2 = __toESM(require("@prisma/debug"));
|
76
|
-
var import_debug3 = __toESM(require("@prisma/debug"));
|
77
76
|
var import_engines = require("@prisma/engines");
|
78
77
|
var import_get_platform = require("@prisma/get-platform");
|
79
78
|
var import_path2 = __toESM(require("path"));
|
@@ -99,11 +98,11 @@ function checkUnsupportedSchemaEngineWasm({
|
|
99
98
|
}
|
100
99
|
}
|
101
100
|
}
|
102
|
-
var debug = (0,
|
101
|
+
var debug = (0, import_debug.default)("prisma:format");
|
103
102
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
104
103
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
105
104
|
handleFormatPanic(() => {
|
106
|
-
|
105
|
+
import_chunk_MOU2WM74.prismaSchemaWasm.debug_panic();
|
107
106
|
});
|
108
107
|
}
|
109
108
|
const defaultFormattingOptions = {
|
@@ -120,10 +119,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
|
|
120
119
|
const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
|
121
120
|
const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
|
122
121
|
const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
|
123
|
-
const lintDiagnostics2 = (0,
|
122
|
+
const lintDiagnostics2 = (0, import_chunk_DQFKN6TZ.lintSchema)({ schemas: formattedMultipleSchemas2 });
|
124
123
|
return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
|
125
124
|
});
|
126
|
-
const lintWarnings = (0,
|
125
|
+
const lintWarnings = (0, import_chunk_DQFKN6TZ.getLintWarningsAsText)(lintDiagnostics);
|
127
126
|
if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
|
128
127
|
console.warn(lintWarnings);
|
129
128
|
}
|
@@ -150,10 +149,9 @@ function handleFormatPanic(tryCb) {
|
|
150
149
|
}
|
151
150
|
}
|
152
151
|
function formatWasm(schema, documentFormattingParams) {
|
153
|
-
const formattedSchema =
|
152
|
+
const formattedSchema = import_chunk_MOU2WM74.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
154
153
|
return formattedSchema;
|
155
154
|
}
|
156
|
-
var debug2 = (0, import_debug.default)("prisma:cli:schemaContext");
|
157
155
|
async function loadSchemaContext({
|
158
156
|
schemaPathFromArg,
|
159
157
|
schemaPathFromConfig,
|
@@ -188,8 +186,7 @@ async function processSchemaResult({
|
|
188
186
|
if (printLoadMessage) {
|
189
187
|
(0, import_chunk_ZCBEMBHR.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
190
188
|
}
|
191
|
-
|
192
|
-
const configFromPsl = await (0, import_chunk_Y6KOTH6X.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
189
|
+
const configFromPsl = await (0, import_chunk_Y5DGUUSX.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
193
190
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
194
191
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
195
192
|
return {
|
@@ -212,7 +209,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
|
|
212
209
|
return null;
|
213
210
|
}
|
214
211
|
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_ZIFBTC6Y.require_p_map)());
|
215
|
-
var
|
212
|
+
var debug2 = (0, import_debug2.default)("prisma:getGenerators");
|
216
213
|
async function getGenerators(options) {
|
217
214
|
if (options.registry === void 0 && options.providerAliases !== void 0) {
|
218
215
|
options.registry = Object.fromEntries(
|
@@ -249,7 +246,7 @@ async function getGenerators(options) {
|
|
249
246
|
}
|
250
247
|
(0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
|
251
248
|
const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
|
252
|
-
const dmmf = await (0,
|
249
|
+
const dmmf = await (0, import_chunk_GKNQMIYK.getDMMF)({
|
253
250
|
datamodel: schemaContext.schemaFiles,
|
254
251
|
previewFeatures
|
255
252
|
});
|
@@ -300,7 +297,7 @@ You need to define \`output\` in the generator block in the schema file.`
|
|
300
297
|
fromEnvVar: null
|
301
298
|
};
|
302
299
|
}
|
303
|
-
const datamodel = (0,
|
300
|
+
const datamodel = (0, import_chunk_5S5TBTKP.mergeSchemas)({ schemas: schemaContext.schemaFiles });
|
304
301
|
const envPaths = await (0, import_chunk_WXRTT6AT.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
|
305
302
|
const options2 = {
|
306
303
|
datamodel,
|
@@ -369,7 +366,7 @@ generator gen {
|
|
369
366
|
}
|
370
367
|
const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
|
371
368
|
const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
|
372
|
-
|
369
|
+
debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
|
373
370
|
const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
|
374
371
|
neededVersions,
|
375
372
|
// We're lazily computing the binary target here, to avoid printing the
|
@@ -389,17 +386,17 @@ generator gen {
|
|
389
386
|
const engineVersion = (0, import_chunk_X3P4J7WW.getEngineVersionForGenerator)(generator.manifest, version2);
|
390
387
|
const binaryPaths = binaryPathsByVersion[engineVersion];
|
391
388
|
const generatorBinaryPaths = (0, import_chunk_5V36RLCO.pick)(binaryPaths ?? {}, generator.manifest.requiresEngines);
|
392
|
-
|
389
|
+
debug2({ generatorBinaryPaths });
|
393
390
|
generator.setBinaryPaths(generatorBinaryPaths);
|
394
391
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
395
|
-
const customDmmf = await (0,
|
392
|
+
const customDmmf = await (0, import_chunk_GKNQMIYK.getDMMF)({
|
396
393
|
datamodel: schemaContext.schemaFiles,
|
397
394
|
previewFeatures
|
398
395
|
});
|
399
396
|
const options2 = { ...generator.options, dmmf: customDmmf };
|
400
|
-
|
401
|
-
|
402
|
-
|
397
|
+
debug2("generator.manifest.prettyName", generator.manifest.prettyName);
|
398
|
+
debug2("options", options2);
|
399
|
+
debug2("options.generator.binaryTargets", options2.generator.binaryTargets);
|
403
400
|
generator.setOptions(options2);
|
404
401
|
}
|
405
402
|
}
|
@@ -513,7 +510,7 @@ function checkUnsupportedDataProxy({
|
|
513
510
|
}
|
514
511
|
}
|
515
512
|
if (!schemaContext?.primaryDatasource) return;
|
516
|
-
const url = (0,
|
513
|
+
const url = (0, import_chunk_Y5DGUUSX.resolveUrl)((0, import_chunk_Y5DGUUSX.getEffectiveUrl)(schemaContext.primaryDatasource));
|
517
514
|
if (url?.startsWith("prisma://")) {
|
518
515
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
519
516
|
}
|
@@ -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_5S5TBTKP_exports = {};
|
30
|
+
__export(chunk_5S5TBTKP_exports, {
|
31
31
|
MergeSchemasError: () => MergeSchemasError,
|
32
32
|
mergeSchemas: () => mergeSchemas
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_5S5TBTKP_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_CIVMPOYB = require("./chunk-CIVMPOYB.js");
|
39
|
+
var import_chunk_MOU2WM74 = require("./chunk-MOU2WM74.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_CIVMPOYB.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_MOU2WM74.prismaSchemaWasm.merge_schemas(params);
|
76
76
|
},
|
77
77
|
(e) => ({
|
78
78
|
type: "wasm-error",
|
@@ -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_75AMP5ZJ_exports = {};
|
20
|
+
__export(chunk_75AMP5ZJ_exports, {
|
21
21
|
version: () => version
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
24
|
-
var
|
25
|
-
var packageJson = (0,
|
23
|
+
module.exports = __toCommonJS(chunk_75AMP5ZJ_exports);
|
24
|
+
var import_chunk_2KI5HWZX = require("./chunk-2KI5HWZX.js");
|
25
|
+
var packageJson = (0, import_chunk_2KI5HWZX.require_package)();
|
26
26
|
var version = packageJson.version;
|
@@ -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_7RGBFOXR_exports = {};
|
30
|
+
__export(chunk_7RGBFOXR_exports, {
|
31
31
|
checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
|
32
32
|
checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
|
33
33
|
forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
|
@@ -42,7 +42,7 @@ __export(chunk_5PTPWHZM_exports, {
|
|
42
42
|
processSchemaResult: () => processSchemaResult,
|
43
43
|
skipIndex: () => skipIndex
|
44
44
|
});
|
45
|
-
module.exports = __toCommonJS(
|
45
|
+
module.exports = __toCommonJS(chunk_7RGBFOXR_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,7 +55,7 @@ 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
|
58
|
+
var import_chunk_GSJGYR77 = require("./chunk-GSJGYR77.js");
|
59
59
|
var import_chunk_GWSUUTFI = require("./chunk-GWSUUTFI.js");
|
60
60
|
var import_chunk_OOLQMNK2 = require("./chunk-OOLQMNK2.js");
|
61
61
|
var import_chunk_PJCDSU5M = require("./chunk-PJCDSU5M.js");
|
@@ -70,10 +70,9 @@ var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
|
|
70
70
|
var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
|
71
71
|
var import_chunk_ZIFBTC6Y = require("./chunk-ZIFBTC6Y.js");
|
72
72
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
73
|
-
var import_debug = __toESM(require("@prisma/debug"));
|
74
73
|
var import_path = __toESM(require("path"));
|
74
|
+
var import_debug = __toESM(require("@prisma/debug"));
|
75
75
|
var import_debug2 = __toESM(require("@prisma/debug"));
|
76
|
-
var import_debug3 = __toESM(require("@prisma/debug"));
|
77
76
|
var import_engines = require("@prisma/engines");
|
78
77
|
var import_get_platform = require("@prisma/get-platform");
|
79
78
|
var import_path2 = __toESM(require("path"));
|
@@ -99,7 +98,7 @@ function checkUnsupportedSchemaEngineWasm({
|
|
99
98
|
}
|
100
99
|
}
|
101
100
|
}
|
102
|
-
var debug = (0,
|
101
|
+
var debug = (0, import_debug.default)("prisma:format");
|
103
102
|
async function formatSchema({ schemas }, inputFormattingOptions) {
|
104
103
|
if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
|
105
104
|
handleFormatPanic(() => {
|
@@ -153,7 +152,6 @@ function formatWasm(schema, documentFormattingParams) {
|
|
153
152
|
const formattedSchema = import_chunk_CLW6AUQF.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
|
154
153
|
return formattedSchema;
|
155
154
|
}
|
156
|
-
var debug2 = (0, import_debug.default)("prisma:cli:schemaContext");
|
157
155
|
async function loadSchemaContext({
|
158
156
|
schemaPathFromArg,
|
159
157
|
schemaPathFromConfig,
|
@@ -188,8 +186,7 @@ async function processSchemaResult({
|
|
188
186
|
if (printLoadMessage) {
|
189
187
|
(0, import_chunk_ZCBEMBHR.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
|
190
188
|
}
|
191
|
-
|
192
|
-
const configFromPsl = await (0, import_chunk_IJ6AED6T.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
189
|
+
const configFromPsl = await (0, import_chunk_GSJGYR77.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
|
193
190
|
const primaryDatasource = configFromPsl.datasources.at(0);
|
194
191
|
const schemaRootDir = schemaResult.schemaRootDir || cwd;
|
195
192
|
return {
|
@@ -212,7 +209,7 @@ function primaryDatasourceDirectory(primaryDatasource) {
|
|
212
209
|
return null;
|
213
210
|
}
|
214
211
|
var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_ZIFBTC6Y.require_p_map)());
|
215
|
-
var
|
212
|
+
var debug2 = (0, import_debug2.default)("prisma:getGenerators");
|
216
213
|
async function getGenerators(options) {
|
217
214
|
if (options.registry === void 0 && options.providerAliases !== void 0) {
|
218
215
|
options.registry = Object.fromEntries(
|
@@ -369,7 +366,7 @@ generator gen {
|
|
369
366
|
}
|
370
367
|
const queryEngineBinaryType = (0, import_engines.getCliQueryEngineBinaryType)();
|
371
368
|
const queryEngineType = (0, import_chunk_RS2R7COT.binaryTypeToEngineType)(queryEngineBinaryType);
|
372
|
-
|
369
|
+
debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
|
373
370
|
const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_F2OZV76L.getBinaryPathsByVersion)({
|
374
371
|
neededVersions,
|
375
372
|
// We're lazily computing the binary target here, to avoid printing the
|
@@ -389,7 +386,7 @@ generator gen {
|
|
389
386
|
const engineVersion = (0, import_chunk_X3P4J7WW.getEngineVersionForGenerator)(generator.manifest, version2);
|
390
387
|
const binaryPaths = binaryPathsByVersion[engineVersion];
|
391
388
|
const generatorBinaryPaths = (0, import_chunk_5V36RLCO.pick)(binaryPaths ?? {}, generator.manifest.requiresEngines);
|
392
|
-
|
389
|
+
debug2({ generatorBinaryPaths });
|
393
390
|
generator.setBinaryPaths(generatorBinaryPaths);
|
394
391
|
if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
|
395
392
|
const customDmmf = await (0, import_chunk_GWSUUTFI.getDMMF)({
|
@@ -397,9 +394,9 @@ generator gen {
|
|
397
394
|
previewFeatures
|
398
395
|
});
|
399
396
|
const options2 = { ...generator.options, dmmf: customDmmf };
|
400
|
-
|
401
|
-
|
402
|
-
|
397
|
+
debug2("generator.manifest.prettyName", generator.manifest.prettyName);
|
398
|
+
debug2("options", options2);
|
399
|
+
debug2("options.generator.binaryTargets", options2.generator.binaryTargets);
|
403
400
|
generator.setOptions(options2);
|
404
401
|
}
|
405
402
|
}
|
@@ -513,7 +510,7 @@ function checkUnsupportedDataProxy({
|
|
513
510
|
}
|
514
511
|
}
|
515
512
|
if (!schemaContext?.primaryDatasource) return;
|
516
|
-
const url = (0,
|
513
|
+
const url = (0, import_chunk_GSJGYR77.resolveUrl)((0, import_chunk_GSJGYR77.getEffectiveUrl)(schemaContext.primaryDatasource));
|
517
514
|
if (url?.startsWith("prisma://")) {
|
518
515
|
throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
|
519
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_CIVMPOYB_exports = {};
|
20
|
+
__export(chunk_CIVMPOYB_exports, {
|
21
21
|
addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
|
22
22
|
});
|
23
|
-
module.exports = __toCommonJS(
|
24
|
-
var
|
23
|
+
module.exports = __toCommonJS(chunk_CIVMPOYB_exports);
|
24
|
+
var import_chunk_75AMP5ZJ = require("./chunk-75AMP5ZJ.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_75AMP5ZJ.version]];
|
28
28
|
return `${message}
|
29
29
|
|
30
30
|
${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
|
@@ -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_DQFKN6TZ_exports = {};
|
20
|
+
__export(chunk_DQFKN6TZ_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_DQFKN6TZ_exports);
|
28
|
+
var import_chunk_MOU2WM74 = require("./chunk-MOU2WM74.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_MOU2WM74.prismaSchemaWasm.lint(JSON.stringify(schemas));
|
33
33
|
const lintDiagnostics = JSON.parse(lintResult);
|
34
34
|
return lintDiagnostics;
|
35
35
|
}
|
@@ -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_GKNQMIYK_exports = {};
|
30
|
+
__export(chunk_GKNQMIYK_exports, {
|
31
31
|
GetDmmfError: () => GetDmmfError,
|
32
32
|
getDMMF: () => getDMMF
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_GKNQMIYK_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_CIVMPOYB = require("./chunk-CIVMPOYB.js");
|
38
|
+
var import_chunk_MOU2WM74 = require("./chunk-MOU2WM74.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_CIVMPOYB.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_MOU2WM74.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_MOU2WM74.prismaSchemaWasm.get_dmmf(params);
|
80
80
|
return data;
|
81
81
|
},
|
82
82
|
(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_GPSNQ6JU_exports = {};
|
30
|
+
__export(chunk_GPSNQ6JU_exports, {
|
31
31
|
ValidateError: () => ValidateError,
|
32
32
|
validate: () => validate
|
33
33
|
});
|
34
|
-
module.exports = __toCommonJS(
|
34
|
+
module.exports = __toCommonJS(chunk_GPSNQ6JU_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_CIVMPOYB = require("./chunk-CIVMPOYB.js");
|
39
|
+
var import_chunk_MOU2WM74 = require("./chunk-MOU2WM74.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_CIVMPOYB.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_MOU2WM74.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_MOU2WM74.prismaSchemaWasm.validate(params);
|
81
81
|
},
|
82
82
|
(e) => ({
|
83
83
|
type: "wasm-error",
|
@@ -26,15 +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_GSJGYR77_exports = {};
|
30
|
+
__export(chunk_GSJGYR77_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_GSJGYR77_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");
|
@@ -139,7 +139,6 @@ async function getConfig(options) {
|
|
139
139
|
}
|
140
140
|
return Promise.resolve(data);
|
141
141
|
}
|
142
|
-
debug("original error in getConfig Wasm:\n%s", configEither.left);
|
143
142
|
const error = (0, import_chunk_XKZ6CBLA.z)(configEither.left).with({ type: "wasm-error" }, (e) => {
|
144
143
|
debugErrorType(e);
|
145
144
|
if ((0, import_chunk_LMVSIVKQ.isWasmPanic)(e.error)) {
|
@@ -26,15 +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_MOU2WM74_exports = {};
|
30
|
+
__export(chunk_MOU2WM74_exports, {
|
31
31
|
prismaSchemaWasm: () => import_prisma_schema_wasm.default,
|
32
32
|
prismaSchemaWasmVersion: () => prismaSchemaWasmVersion,
|
33
33
|
schemaEngineWasmVersion: () => schemaEngineWasmVersion,
|
34
34
|
wasm_exports: () => wasm_exports
|
35
35
|
});
|
36
|
-
module.exports = __toCommonJS(
|
37
|
-
var
|
36
|
+
module.exports = __toCommonJS(chunk_MOU2WM74_exports);
|
37
|
+
var import_chunk_2KI5HWZX = require("./chunk-2KI5HWZX.js");
|
38
38
|
var import_chunk_WXRVYSYN = require("./chunk-WXRVYSYN.js");
|
39
39
|
var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
|
40
40
|
var import_prisma_schema_wasm = __toESM(require("@prisma/prisma-schema-wasm"));
|
@@ -46,6 +46,6 @@ var wasm_exports = {};
|
|
46
46
|
});
|
47
47
|
var globalWithPanicRegistry = globalThis;
|
48
48
|
globalWithPanicRegistry.PRISMA_WASM_PANIC_REGISTRY = new import_chunk_WXRVYSYN.WasmPanicRegistry();
|
49
|
-
var { dependencies } = (0,
|
49
|
+
var { dependencies } = (0, import_chunk_2KI5HWZX.require_package)();
|
50
50
|
var prismaSchemaWasmVersion = dependencies["@prisma/prisma-schema-wasm"];
|
51
51
|
var schemaEngineWasmVersion = dependencies["@prisma/schema-engine-wasm"];
|
@@ -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_Y5DGUUSX_exports = {};
|
30
|
+
__export(chunk_Y5DGUUSX_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_Y5DGUUSX_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_CIVMPOYB = require("./chunk-CIVMPOYB.js");
|
42
|
+
var import_chunk_MOU2WM74 = require("./chunk-MOU2WM74.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_CIVMPOYB.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_MOU2WM74.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_MOU2WM74.prismaSchemaWasm.get_config(params);
|
101
101
|
return data;
|
102
102
|
},
|
103
103
|
(e) => ({
|
@@ -139,7 +139,6 @@ async function getConfig(options) {
|
|
139
139
|
}
|
140
140
|
return Promise.resolve(data);
|
141
141
|
}
|
142
|
-
debug("original error in getConfig Wasm:\n%s", configEither.left);
|
143
142
|
const error = (0, import_chunk_XKZ6CBLA.z)(configEither.left).with({ type: "wasm-error" }, (e) => {
|
144
143
|
debugErrorType(e);
|
145
144
|
if ((0, import_chunk_LMVSIVKQ.isWasmPanic)(e.error)) {
|