@prisma/migrate 6.20.0-dev.7 → 6.20.0-dev.9
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/CLI.js +2 -2
- package/dist/Migrate.js +4 -8
- package/dist/SchemaEngineCLI.js +4 -4
- package/dist/SchemaEngineWasm.js +4 -4
- package/dist/bin.js +71 -74
- package/dist/chunk-3MCWUFUJ.js +169 -0
- package/dist/{chunk-O35BTK6Y.js → chunk-7BNYLV6P.js} +7 -14
- package/dist/{chunk-F2XCBEZ4.js → chunk-AIUUIREM.js} +27 -53
- package/dist/{chunk-74LUB4XX.js → chunk-BRPS327A.js} +23 -45
- package/dist/{chunk-7TVX3D4W.js → chunk-CQ6GMT2G.js} +23 -69
- package/dist/{chunk-EJG7GKM7.js → chunk-DCXZOUQV.js} +5 -5
- package/dist/{chunk-LLO7YF56.js → chunk-DYXUXG3K.js} +7 -7
- package/dist/{chunk-GSX25HRL.js → chunk-ENVEA7LT.js} +10 -13
- package/dist/{chunk-6ORQRJLP.js → chunk-FEUKQ7J3.js} +38 -132
- package/dist/{chunk-BHJMJSM4.js → chunk-IQWOR45L.js} +28 -24
- package/dist/{chunk-R4IWP35Z.js → chunk-IVL273O6.js} +20 -20
- package/dist/{chunk-PHXLQVPT.js → chunk-L7EZFBB4.js} +40 -68
- package/dist/{chunk-3AKRTEIK.js → chunk-N4SBKLAB.js} +24 -23
- package/dist/{chunk-NGQA5JTN.js → chunk-OAHBNV3B.js} +5 -5
- package/dist/{chunk-22YP3RXZ.js → chunk-OZ26HKM7.js} +7 -7
- package/dist/{chunk-AXR7LS2N.js → chunk-PEUHUCS4.js} +4 -5
- package/dist/{chunk-TW22Y3AA.js → chunk-QAOWTYGM.js} +31 -32
- package/dist/{chunk-2FXU5NZQ.js → chunk-QOPTDDIH.js} +5 -10
- package/dist/{chunk-J33EXHZB.js → chunk-S4LY555Z.js} +26 -46
- package/dist/{chunk-NB4FRYRQ.js → chunk-TLHUBVSH.js} +6 -6
- package/dist/{chunk-Z27SI4AV.js → chunk-TRUKHPCA.js} +20 -15
- package/dist/{chunk-D4TRX77Y.js → chunk-WF7UXKO5.js} +6 -9
- package/dist/{chunk-ZTIS675B.js → chunk-XFASRSQR.js} +81 -172
- package/dist/{chunk-3WC4XD74.js → chunk-XGTVKL4L.js} +11 -4
- package/dist/{chunk-VU5BLQUI.js → chunk-ZOT2HSX5.js} +218 -22
- package/dist/commands/DbCommand.js +2 -2
- package/dist/commands/DbDrop.js +5 -5
- package/dist/commands/DbExecute.js +5 -9
- package/dist/commands/DbPull.js +10 -16
- package/dist/commands/DbPush.js +8 -12
- package/dist/commands/DbSeed.js +3 -3
- package/dist/commands/MigrateCommand.js +2 -2
- package/dist/commands/MigrateDeploy.js +7 -11
- package/dist/commands/MigrateDev.js +8 -13
- package/dist/commands/MigrateDiff.js +6 -9
- package/dist/commands/MigrateReset.js +8 -13
- package/dist/commands/MigrateResolve.js +7 -11
- package/dist/commands/MigrateStatus.js +7 -11
- package/dist/index.js +44 -48
- package/dist/internals/src/cli/getSchema.d.ts +1 -15
- package/dist/migrate/src/CLI.d.ts +1 -1
- package/dist/migrate/src/Migrate.d.ts +2 -3
- package/dist/migrate/src/SchemaEngineCLI.d.ts +4 -3
- package/dist/migrate/src/commands/DbCommand.d.ts +1 -1
- package/dist/migrate/src/commands/DbDrop.d.ts +1 -1
- package/dist/migrate/src/commands/DbExecute.d.ts +1 -1
- package/dist/migrate/src/commands/DbPull.d.ts +1 -2
- package/dist/migrate/src/commands/DbPush.d.ts +1 -1
- package/dist/migrate/src/commands/MigrateCommand.d.ts +1 -1
- package/dist/migrate/src/commands/MigrateDeploy.d.ts +1 -1
- package/dist/migrate/src/commands/MigrateDev.d.ts +1 -1
- package/dist/migrate/src/commands/MigrateDiff.d.ts +2 -1
- package/dist/migrate/src/commands/MigrateReset.d.ts +1 -1
- package/dist/migrate/src/commands/MigrateResolve.d.ts +1 -1
- package/dist/migrate/src/commands/MigrateStatus.d.ts +1 -1
- package/dist/migrate/src/utils/ensureDatabaseExists.d.ts +9 -5
- package/dist/migrate/src/utils/errors.d.ts +3 -0
- package/dist/migrate/src/utils/getDatabaseVersionSafe.d.ts +2 -1
- package/dist/migrate/src/utils/introspectSql.d.ts +2 -2
- package/dist/migrate/src/utils/printDatasource.d.ts +1 -3
- package/dist/migrate/src/utils/seed.d.ts +0 -6
- package/dist/utils/ensureDatabaseExists.js +6 -6
- package/dist/utils/errors.js +8 -7
- package/dist/utils/getDatabaseVersionSafe.js +5 -9
- package/dist/utils/introspectSql.js +5 -9
- package/dist/utils/printDatasource.js +2 -2
- package/dist/utils/printDatasources.js +31 -3
- package/dist/utils/seed.js +2 -3
- package/dist/utils/setupMSSQL.js +18 -3
- package/dist/utils/spinner.js +2 -3
- package/dist/views/handleViewsIO.js +2 -2
- package/package.json +11 -11
- package/dist/chunk-AI6DH66U.js +0 -55
- package/dist/chunk-D6LYHB65.js +0 -905
- package/dist/chunk-RR6BKMNO.js +0 -80
- package/dist/chunk-T64SUJ5L.js +0 -46
- package/dist/chunk-VV4M6AN7.js +0 -233
- package/dist/migrate/src/utils/replaceOrAddDatasource.d.ts +0 -2
- package/dist/migrate/src/utils/replaceOrAddDatasource.test.d.ts +0 -1
- package/dist/migrate/src/utils/warnDatasourceDriverAdapter.d.ts +0 -2
- package/dist/utils/replaceOrAddDatasource.js +0 -25
- package/dist/utils/replaceOrAddDatasource.test.js +0 -207
- package/dist/utils/warnDatasourceDriverAdapter.js +0 -25
package/dist/chunk-RR6BKMNO.js
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var chunk_RR6BKMNO_exports = {};
|
|
20
|
-
__export(chunk_RR6BKMNO_exports, {
|
|
21
|
-
replaceOrAddDatasource: () => replaceOrAddDatasource
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(chunk_RR6BKMNO_exports);
|
|
24
|
-
var import_internals = require("@prisma/internals");
|
|
25
|
-
function replaceOrAddDatasource(newDatasource, files) {
|
|
26
|
-
let replaced = false;
|
|
27
|
-
const result = files.map(([path, content]) => {
|
|
28
|
-
const replaceResult = replaceDatasourceSingle(newDatasource, content);
|
|
29
|
-
if (replaceResult.replaced) {
|
|
30
|
-
replaced = true;
|
|
31
|
-
}
|
|
32
|
-
return [path, replaceResult.content];
|
|
33
|
-
});
|
|
34
|
-
if (!replaced) {
|
|
35
|
-
appendToFirstFile(newDatasource, result);
|
|
36
|
-
}
|
|
37
|
-
return result;
|
|
38
|
-
}
|
|
39
|
-
function appendToFirstFile(newDatasource, files) {
|
|
40
|
-
const firstFile = files[0];
|
|
41
|
-
(0, import_internals.assertAlways)(firstFile, "There always should be at least on file in the schema");
|
|
42
|
-
firstFile[1] = `${newDatasource}
|
|
43
|
-
${firstFile[1]}`;
|
|
44
|
-
}
|
|
45
|
-
function replaceDatasourceSingle(newDatasource, content) {
|
|
46
|
-
const lines = content.split(/\r\n|\r|\n/g);
|
|
47
|
-
const existingDatasource = findDatasource(lines);
|
|
48
|
-
if (!existingDatasource) {
|
|
49
|
-
return { replaced: false, content };
|
|
50
|
-
}
|
|
51
|
-
lines.splice(existingDatasource.startLine, existingDatasource.endLine - existingDatasource.startLine + 1);
|
|
52
|
-
const noDatasource = lines.join("\n").trim();
|
|
53
|
-
return { replaced: true, content: `${newDatasource}
|
|
54
|
-
|
|
55
|
-
${noDatasource}` };
|
|
56
|
-
}
|
|
57
|
-
function findDatasource(lines) {
|
|
58
|
-
if (lines.length <= 2) {
|
|
59
|
-
return void 0;
|
|
60
|
-
}
|
|
61
|
-
const startLine = lines.findIndex((line) => {
|
|
62
|
-
const lineTrimmed = line.trim();
|
|
63
|
-
return lineTrimmed.startsWith("datasource") && lineTrimmed.endsWith("{");
|
|
64
|
-
});
|
|
65
|
-
if (startLine === -1) {
|
|
66
|
-
return void 0;
|
|
67
|
-
}
|
|
68
|
-
let endLine = -1;
|
|
69
|
-
for (let index = startLine; index < lines.length; index++) {
|
|
70
|
-
const lineTrimmed = lines[index].trim();
|
|
71
|
-
if (lineTrimmed.endsWith("}") && !lineTrimmed.startsWith("//")) {
|
|
72
|
-
endLine = index;
|
|
73
|
-
break;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
if (endLine === -1) {
|
|
77
|
-
return void 0;
|
|
78
|
-
}
|
|
79
|
-
return { startLine, endLine };
|
|
80
|
-
}
|
package/dist/chunk-T64SUJ5L.js
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var chunk_T64SUJ5L_exports = {};
|
|
20
|
-
__export(chunk_T64SUJ5L_exports, {
|
|
21
|
-
warnDatasourceDriverAdapter: () => warnDatasourceDriverAdapter
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(chunk_T64SUJ5L_exports);
|
|
24
|
-
var DEPRECATED_PROPERTIES = ["url", "directUrl", "shadowDatabaseUrl"];
|
|
25
|
-
var NO_URL_PLACEHOLDER = "<invalid>";
|
|
26
|
-
function warnDatasourceDriverAdapter(schemaContext) {
|
|
27
|
-
if (!schemaContext) return;
|
|
28
|
-
const foundProperties = [];
|
|
29
|
-
for (const property of DEPRECATED_PROPERTIES) {
|
|
30
|
-
if (schemaContext.primaryDatasource?.[property] && schemaContext.primaryDatasource?.[property].value !== NO_URL_PLACEHOLDER) {
|
|
31
|
-
foundProperties.push(property);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
if (foundProperties.length > 0) {
|
|
35
|
-
process.stdout.write(
|
|
36
|
-
`
|
|
37
|
-
WARNING: Your schema specifies the following datasource properties but you are using a Driver Adapter via prisma.config.ts:
|
|
38
|
-
${foundProperties.map((property) => `- ${property}`).join("\n")}
|
|
39
|
-
|
|
40
|
-
The values from your schema will NOT be used!
|
|
41
|
-
|
|
42
|
-
We recommend you to remove those properties from your schema to avoid confusion if you are only using driver adapters.
|
|
43
|
-
`
|
|
44
|
-
);
|
|
45
|
-
}
|
|
46
|
-
}
|
package/dist/chunk-VV4M6AN7.js
DELETED
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var chunk_VV4M6AN7_exports = {};
|
|
30
|
-
__export(chunk_VV4M6AN7_exports, {
|
|
31
|
-
cli_cursor_default: () => cli_cursor_default,
|
|
32
|
-
eastAsianWidth: () => eastAsianWidth,
|
|
33
|
-
stringWidth: () => stringWidth,
|
|
34
|
-
stripAnsi: () => stripAnsi
|
|
35
|
-
});
|
|
36
|
-
module.exports = __toCommonJS(chunk_VV4M6AN7_exports);
|
|
37
|
-
var import_chunk_3WDCTXHL = require("./chunk-3WDCTXHL.js");
|
|
38
|
-
var import_node_process = __toESM(require("node:process"));
|
|
39
|
-
var import_node_process2 = __toESM(require("node:process"));
|
|
40
|
-
var copyProperty = (to, from, property, ignoreNonConfigurable) => {
|
|
41
|
-
if (property === "length" || property === "prototype") {
|
|
42
|
-
return;
|
|
43
|
-
}
|
|
44
|
-
if (property === "arguments" || property === "caller") {
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
const toDescriptor = Object.getOwnPropertyDescriptor(to, property);
|
|
48
|
-
const fromDescriptor = Object.getOwnPropertyDescriptor(from, property);
|
|
49
|
-
if (!canCopyProperty(toDescriptor, fromDescriptor) && ignoreNonConfigurable) {
|
|
50
|
-
return;
|
|
51
|
-
}
|
|
52
|
-
Object.defineProperty(to, property, fromDescriptor);
|
|
53
|
-
};
|
|
54
|
-
var canCopyProperty = function(toDescriptor, fromDescriptor) {
|
|
55
|
-
return toDescriptor === void 0 || toDescriptor.configurable || toDescriptor.writable === fromDescriptor.writable && toDescriptor.enumerable === fromDescriptor.enumerable && toDescriptor.configurable === fromDescriptor.configurable && (toDescriptor.writable || toDescriptor.value === fromDescriptor.value);
|
|
56
|
-
};
|
|
57
|
-
var changePrototype = (to, from) => {
|
|
58
|
-
const fromPrototype = Object.getPrototypeOf(from);
|
|
59
|
-
if (fromPrototype === Object.getPrototypeOf(to)) {
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
Object.setPrototypeOf(to, fromPrototype);
|
|
63
|
-
};
|
|
64
|
-
var wrappedToString = (withName, fromBody) => `/* Wrapped ${withName}*/
|
|
65
|
-
${fromBody}`;
|
|
66
|
-
var toStringDescriptor = Object.getOwnPropertyDescriptor(Function.prototype, "toString");
|
|
67
|
-
var toStringName = Object.getOwnPropertyDescriptor(Function.prototype.toString, "name");
|
|
68
|
-
var changeToString = (to, from, name) => {
|
|
69
|
-
const withName = name === "" ? "" : `with ${name.trim()}() `;
|
|
70
|
-
const newToString = wrappedToString.bind(null, withName, from.toString());
|
|
71
|
-
Object.defineProperty(newToString, "name", toStringName);
|
|
72
|
-
const { writable, enumerable, configurable } = toStringDescriptor;
|
|
73
|
-
Object.defineProperty(to, "toString", { value: newToString, writable, enumerable, configurable });
|
|
74
|
-
};
|
|
75
|
-
function mimicFunction(to, from, { ignoreNonConfigurable = false } = {}) {
|
|
76
|
-
const { name } = to;
|
|
77
|
-
for (const property of Reflect.ownKeys(from)) {
|
|
78
|
-
copyProperty(to, from, property, ignoreNonConfigurable);
|
|
79
|
-
}
|
|
80
|
-
changePrototype(to, from);
|
|
81
|
-
changeToString(to, from, name);
|
|
82
|
-
return to;
|
|
83
|
-
}
|
|
84
|
-
var calledFunctions = /* @__PURE__ */ new WeakMap();
|
|
85
|
-
var onetime = (function_, options = {}) => {
|
|
86
|
-
if (typeof function_ !== "function") {
|
|
87
|
-
throw new TypeError("Expected a function");
|
|
88
|
-
}
|
|
89
|
-
let returnValue;
|
|
90
|
-
let callCount = 0;
|
|
91
|
-
const functionName = function_.displayName || function_.name || "<anonymous>";
|
|
92
|
-
const onetime2 = function(...arguments_) {
|
|
93
|
-
calledFunctions.set(onetime2, ++callCount);
|
|
94
|
-
if (callCount === 1) {
|
|
95
|
-
returnValue = function_.apply(this, arguments_);
|
|
96
|
-
function_ = void 0;
|
|
97
|
-
} else if (options.throw === true) {
|
|
98
|
-
throw new Error(`Function \`${functionName}\` can only be called once`);
|
|
99
|
-
}
|
|
100
|
-
return returnValue;
|
|
101
|
-
};
|
|
102
|
-
mimicFunction(onetime2, function_);
|
|
103
|
-
calledFunctions.set(onetime2, callCount);
|
|
104
|
-
return onetime2;
|
|
105
|
-
};
|
|
106
|
-
onetime.callCount = (function_) => {
|
|
107
|
-
if (!calledFunctions.has(function_)) {
|
|
108
|
-
throw new Error(`The given function \`${function_.name}\` is not wrapped by the \`onetime\` package`);
|
|
109
|
-
}
|
|
110
|
-
return calledFunctions.get(function_);
|
|
111
|
-
};
|
|
112
|
-
var onetime_default = onetime;
|
|
113
|
-
var terminal = import_node_process2.default.stderr.isTTY ? import_node_process2.default.stderr : import_node_process2.default.stdout.isTTY ? import_node_process2.default.stdout : void 0;
|
|
114
|
-
var restoreCursor = terminal ? onetime_default(() => {
|
|
115
|
-
(0, import_chunk_3WDCTXHL.onExit)(() => {
|
|
116
|
-
terminal.write("\x1B[?25h");
|
|
117
|
-
}, { alwaysLast: true });
|
|
118
|
-
}) : () => {
|
|
119
|
-
};
|
|
120
|
-
var restore_cursor_default = restoreCursor;
|
|
121
|
-
var isHidden = false;
|
|
122
|
-
var cliCursor = {};
|
|
123
|
-
cliCursor.show = (writableStream = import_node_process.default.stderr) => {
|
|
124
|
-
if (!writableStream.isTTY) {
|
|
125
|
-
return;
|
|
126
|
-
}
|
|
127
|
-
isHidden = false;
|
|
128
|
-
writableStream.write("\x1B[?25h");
|
|
129
|
-
};
|
|
130
|
-
cliCursor.hide = (writableStream = import_node_process.default.stderr) => {
|
|
131
|
-
if (!writableStream.isTTY) {
|
|
132
|
-
return;
|
|
133
|
-
}
|
|
134
|
-
restore_cursor_default();
|
|
135
|
-
isHidden = true;
|
|
136
|
-
writableStream.write("\x1B[?25l");
|
|
137
|
-
};
|
|
138
|
-
cliCursor.toggle = (force, writableStream) => {
|
|
139
|
-
if (force !== void 0) {
|
|
140
|
-
isHidden = force;
|
|
141
|
-
}
|
|
142
|
-
if (isHidden) {
|
|
143
|
-
cliCursor.show(writableStream);
|
|
144
|
-
} else {
|
|
145
|
-
cliCursor.hide(writableStream);
|
|
146
|
-
}
|
|
147
|
-
};
|
|
148
|
-
var cli_cursor_default = cliCursor;
|
|
149
|
-
function ansiRegex({ onlyFirst = false } = {}) {
|
|
150
|
-
const ST = "(?:\\u0007|\\u001B\\u005C|\\u009C)";
|
|
151
|
-
const pattern = [
|
|
152
|
-
`[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?${ST})`,
|
|
153
|
-
"(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"
|
|
154
|
-
].join("|");
|
|
155
|
-
return new RegExp(pattern, onlyFirst ? void 0 : "g");
|
|
156
|
-
}
|
|
157
|
-
var regex = ansiRegex();
|
|
158
|
-
function stripAnsi(string) {
|
|
159
|
-
if (typeof string !== "string") {
|
|
160
|
-
throw new TypeError(`Expected a \`string\`, got \`${typeof string}\``);
|
|
161
|
-
}
|
|
162
|
-
return string.replace(regex, "");
|
|
163
|
-
}
|
|
164
|
-
function isAmbiguous(x) {
|
|
165
|
-
return x === 161 || x === 164 || x === 167 || x === 168 || x === 170 || x === 173 || x === 174 || x >= 176 && x <= 180 || x >= 182 && x <= 186 || x >= 188 && x <= 191 || x === 198 || x === 208 || x === 215 || x === 216 || x >= 222 && x <= 225 || x === 230 || x >= 232 && x <= 234 || x === 236 || x === 237 || x === 240 || x === 242 || x === 243 || x >= 247 && x <= 250 || x === 252 || x === 254 || x === 257 || x === 273 || x === 275 || x === 283 || x === 294 || x === 295 || x === 299 || x >= 305 && x <= 307 || x === 312 || x >= 319 && x <= 322 || x === 324 || x >= 328 && x <= 331 || x === 333 || x === 338 || x === 339 || x === 358 || x === 359 || x === 363 || x === 462 || x === 464 || x === 466 || x === 468 || x === 470 || x === 472 || x === 474 || x === 476 || x === 593 || x === 609 || x === 708 || x === 711 || x >= 713 && x <= 715 || x === 717 || x === 720 || x >= 728 && x <= 731 || x === 733 || x === 735 || x >= 768 && x <= 879 || x >= 913 && x <= 929 || x >= 931 && x <= 937 || x >= 945 && x <= 961 || x >= 963 && x <= 969 || x === 1025 || x >= 1040 && x <= 1103 || x === 1105 || x === 8208 || x >= 8211 && x <= 8214 || x === 8216 || x === 8217 || x === 8220 || x === 8221 || x >= 8224 && x <= 8226 || x >= 8228 && x <= 8231 || x === 8240 || x === 8242 || x === 8243 || x === 8245 || x === 8251 || x === 8254 || x === 8308 || x === 8319 || x >= 8321 && x <= 8324 || x === 8364 || x === 8451 || x === 8453 || x === 8457 || x === 8467 || x === 8470 || x === 8481 || x === 8482 || x === 8486 || x === 8491 || x === 8531 || x === 8532 || x >= 8539 && x <= 8542 || x >= 8544 && x <= 8555 || x >= 8560 && x <= 8569 || x === 8585 || x >= 8592 && x <= 8601 || x === 8632 || x === 8633 || x === 8658 || x === 8660 || x === 8679 || x === 8704 || x === 8706 || x === 8707 || x === 8711 || x === 8712 || x === 8715 || x === 8719 || x === 8721 || x === 8725 || x === 8730 || x >= 8733 && x <= 8736 || x === 8739 || x === 8741 || x >= 8743 && x <= 8748 || x === 8750 || x >= 8756 && x <= 8759 || x === 8764 || x === 8765 || x === 8776 || x === 8780 || x === 8786 || x === 8800 || x === 8801 || x >= 8804 && x <= 8807 || x === 8810 || x === 8811 || x === 8814 || x === 8815 || x === 8834 || x === 8835 || x === 8838 || x === 8839 || x === 8853 || x === 8857 || x === 8869 || x === 8895 || x === 8978 || x >= 9312 && x <= 9449 || x >= 9451 && x <= 9547 || x >= 9552 && x <= 9587 || x >= 9600 && x <= 9615 || x >= 9618 && x <= 9621 || x === 9632 || x === 9633 || x >= 9635 && x <= 9641 || x === 9650 || x === 9651 || x === 9654 || x === 9655 || x === 9660 || x === 9661 || x === 9664 || x === 9665 || x >= 9670 && x <= 9672 || x === 9675 || x >= 9678 && x <= 9681 || x >= 9698 && x <= 9701 || x === 9711 || x === 9733 || x === 9734 || x === 9737 || x === 9742 || x === 9743 || x === 9756 || x === 9758 || x === 9792 || x === 9794 || x === 9824 || x === 9825 || x >= 9827 && x <= 9829 || x >= 9831 && x <= 9834 || x === 9836 || x === 9837 || x === 9839 || x === 9886 || x === 9887 || x === 9919 || x >= 9926 && x <= 9933 || x >= 9935 && x <= 9939 || x >= 9941 && x <= 9953 || x === 9955 || x === 9960 || x === 9961 || x >= 9963 && x <= 9969 || x === 9972 || x >= 9974 && x <= 9977 || x === 9979 || x === 9980 || x === 9982 || x === 9983 || x === 10045 || x >= 10102 && x <= 10111 || x >= 11094 && x <= 11097 || x >= 12872 && x <= 12879 || x >= 57344 && x <= 63743 || x >= 65024 && x <= 65039 || x === 65533 || x >= 127232 && x <= 127242 || x >= 127248 && x <= 127277 || x >= 127280 && x <= 127337 || x >= 127344 && x <= 127373 || x === 127375 || x === 127376 || x >= 127387 && x <= 127404 || x >= 917760 && x <= 917999 || x >= 983040 && x <= 1048573 || x >= 1048576 && x <= 1114109;
|
|
166
|
-
}
|
|
167
|
-
function isFullWidth(x) {
|
|
168
|
-
return x === 12288 || x >= 65281 && x <= 65376 || x >= 65504 && x <= 65510;
|
|
169
|
-
}
|
|
170
|
-
function isWide(x) {
|
|
171
|
-
return x >= 4352 && x <= 4447 || x === 8986 || x === 8987 || x === 9001 || x === 9002 || x >= 9193 && x <= 9196 || x === 9200 || x === 9203 || x === 9725 || x === 9726 || x === 9748 || x === 9749 || x >= 9776 && x <= 9783 || x >= 9800 && x <= 9811 || x === 9855 || x >= 9866 && x <= 9871 || x === 9875 || x === 9889 || x === 9898 || x === 9899 || x === 9917 || x === 9918 || x === 9924 || x === 9925 || x === 9934 || x === 9940 || x === 9962 || x === 9970 || x === 9971 || x === 9973 || x === 9978 || x === 9981 || x === 9989 || x === 9994 || x === 9995 || x === 10024 || x === 10060 || x === 10062 || x >= 10067 && x <= 10069 || x === 10071 || x >= 10133 && x <= 10135 || x === 10160 || x === 10175 || x === 11035 || x === 11036 || x === 11088 || x === 11093 || x >= 11904 && x <= 11929 || x >= 11931 && x <= 12019 || x >= 12032 && x <= 12245 || x >= 12272 && x <= 12287 || x >= 12289 && x <= 12350 || x >= 12353 && x <= 12438 || x >= 12441 && x <= 12543 || x >= 12549 && x <= 12591 || x >= 12593 && x <= 12686 || x >= 12688 && x <= 12773 || x >= 12783 && x <= 12830 || x >= 12832 && x <= 12871 || x >= 12880 && x <= 42124 || x >= 42128 && x <= 42182 || x >= 43360 && x <= 43388 || x >= 44032 && x <= 55203 || x >= 63744 && x <= 64255 || x >= 65040 && x <= 65049 || x >= 65072 && x <= 65106 || x >= 65108 && x <= 65126 || x >= 65128 && x <= 65131 || x >= 94176 && x <= 94180 || x === 94192 || x === 94193 || x >= 94208 && x <= 100343 || x >= 100352 && x <= 101589 || x >= 101631 && x <= 101640 || x >= 110576 && x <= 110579 || x >= 110581 && x <= 110587 || x === 110589 || x === 110590 || x >= 110592 && x <= 110882 || x === 110898 || x >= 110928 && x <= 110930 || x === 110933 || x >= 110948 && x <= 110951 || x >= 110960 && x <= 111355 || x >= 119552 && x <= 119638 || x >= 119648 && x <= 119670 || x === 126980 || x === 127183 || x === 127374 || x >= 127377 && x <= 127386 || x >= 127488 && x <= 127490 || x >= 127504 && x <= 127547 || x >= 127552 && x <= 127560 || x === 127568 || x === 127569 || x >= 127584 && x <= 127589 || x >= 127744 && x <= 127776 || x >= 127789 && x <= 127797 || x >= 127799 && x <= 127868 || x >= 127870 && x <= 127891 || x >= 127904 && x <= 127946 || x >= 127951 && x <= 127955 || x >= 127968 && x <= 127984 || x === 127988 || x >= 127992 && x <= 128062 || x === 128064 || x >= 128066 && x <= 128252 || x >= 128255 && x <= 128317 || x >= 128331 && x <= 128334 || x >= 128336 && x <= 128359 || x === 128378 || x === 128405 || x === 128406 || x === 128420 || x >= 128507 && x <= 128591 || x >= 128640 && x <= 128709 || x === 128716 || x >= 128720 && x <= 128722 || x >= 128725 && x <= 128727 || x >= 128732 && x <= 128735 || x === 128747 || x === 128748 || x >= 128756 && x <= 128764 || x >= 128992 && x <= 129003 || x === 129008 || x >= 129292 && x <= 129338 || x >= 129340 && x <= 129349 || x >= 129351 && x <= 129535 || x >= 129648 && x <= 129660 || x >= 129664 && x <= 129673 || x >= 129679 && x <= 129734 || x >= 129742 && x <= 129756 || x >= 129759 && x <= 129769 || x >= 129776 && x <= 129784 || x >= 131072 && x <= 196605 || x >= 196608 && x <= 262141;
|
|
172
|
-
}
|
|
173
|
-
function validate(codePoint) {
|
|
174
|
-
if (!Number.isSafeInteger(codePoint)) {
|
|
175
|
-
throw new TypeError(`Expected a code point, got \`${typeof codePoint}\`.`);
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
|
|
179
|
-
validate(codePoint);
|
|
180
|
-
if (isFullWidth(codePoint) || isWide(codePoint) || ambiguousAsWide && isAmbiguous(codePoint)) {
|
|
181
|
-
return 2;
|
|
182
|
-
}
|
|
183
|
-
return 1;
|
|
184
|
-
}
|
|
185
|
-
var emoji_regex_default = () => {
|
|
186
|
-
return /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
|
|
187
|
-
};
|
|
188
|
-
var segmenter = new Intl.Segmenter();
|
|
189
|
-
var defaultIgnorableCodePointRegex = /^\p{Default_Ignorable_Code_Point}$/u;
|
|
190
|
-
function stringWidth(string, options = {}) {
|
|
191
|
-
if (typeof string !== "string" || string.length === 0) {
|
|
192
|
-
return 0;
|
|
193
|
-
}
|
|
194
|
-
const {
|
|
195
|
-
ambiguousIsNarrow = true,
|
|
196
|
-
countAnsiEscapeCodes = false
|
|
197
|
-
} = options;
|
|
198
|
-
if (!countAnsiEscapeCodes) {
|
|
199
|
-
string = stripAnsi(string);
|
|
200
|
-
}
|
|
201
|
-
if (string.length === 0) {
|
|
202
|
-
return 0;
|
|
203
|
-
}
|
|
204
|
-
let width = 0;
|
|
205
|
-
const eastAsianWidthOptions = { ambiguousAsWide: !ambiguousIsNarrow };
|
|
206
|
-
for (const { segment: character } of segmenter.segment(string)) {
|
|
207
|
-
const codePoint = character.codePointAt(0);
|
|
208
|
-
if (codePoint <= 31 || codePoint >= 127 && codePoint <= 159) {
|
|
209
|
-
continue;
|
|
210
|
-
}
|
|
211
|
-
if (codePoint >= 8203 && codePoint <= 8207 || codePoint === 65279) {
|
|
212
|
-
continue;
|
|
213
|
-
}
|
|
214
|
-
if (codePoint >= 768 && codePoint <= 879 || codePoint >= 6832 && codePoint <= 6911 || codePoint >= 7616 && codePoint <= 7679 || codePoint >= 8400 && codePoint <= 8447 || codePoint >= 65056 && codePoint <= 65071) {
|
|
215
|
-
continue;
|
|
216
|
-
}
|
|
217
|
-
if (codePoint >= 55296 && codePoint <= 57343) {
|
|
218
|
-
continue;
|
|
219
|
-
}
|
|
220
|
-
if (codePoint >= 65024 && codePoint <= 65039) {
|
|
221
|
-
continue;
|
|
222
|
-
}
|
|
223
|
-
if (defaultIgnorableCodePointRegex.test(character)) {
|
|
224
|
-
continue;
|
|
225
|
-
}
|
|
226
|
-
if (emoji_regex_default().test(character)) {
|
|
227
|
-
width += 2;
|
|
228
|
-
continue;
|
|
229
|
-
}
|
|
230
|
-
width += eastAsianWidth(codePoint, eastAsianWidthOptions);
|
|
231
|
-
}
|
|
232
|
-
return width;
|
|
233
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var replaceOrAddDatasource_exports = {};
|
|
20
|
-
__export(replaceOrAddDatasource_exports, {
|
|
21
|
-
replaceOrAddDatasource: () => import_chunk_RR6BKMNO.replaceOrAddDatasource
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(replaceOrAddDatasource_exports);
|
|
24
|
-
var import_chunk_RR6BKMNO = require("../chunk-RR6BKMNO.js");
|
|
25
|
-
var import_chunk_2ESYSVXG = require("../chunk-2ESYSVXG.js");
|
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var import_chunk_RR6BKMNO = require("../chunk-RR6BKMNO.js");
|
|
3
|
-
var import_chunk_2ESYSVXG = require("../chunk-2ESYSVXG.js");
|
|
4
|
-
var replacement = `datasource new {
|
|
5
|
-
provider = "sqlite"
|
|
6
|
-
url = "file:new.db"
|
|
7
|
-
}`;
|
|
8
|
-
test("single file, with existing datasource", () => {
|
|
9
|
-
const result = (0, import_chunk_RR6BKMNO.replaceOrAddDatasource)(replacement, [
|
|
10
|
-
[
|
|
11
|
-
"a.prisma",
|
|
12
|
-
`
|
|
13
|
-
datasource db {
|
|
14
|
-
provider = "postgresql"
|
|
15
|
-
url = "postgresql://example.com/db"
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
model A {
|
|
19
|
-
id Int @id
|
|
20
|
-
}
|
|
21
|
-
`
|
|
22
|
-
]
|
|
23
|
-
]);
|
|
24
|
-
expect(result).toMatchInlineSnapshot(`
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
"a.prisma",
|
|
28
|
-
"datasource new {
|
|
29
|
-
provider = "sqlite"
|
|
30
|
-
url = "file:new.db"
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
model A {
|
|
34
|
-
id Int @id
|
|
35
|
-
}",
|
|
36
|
-
],
|
|
37
|
-
]
|
|
38
|
-
`);
|
|
39
|
-
});
|
|
40
|
-
test("single file, with no datasource", () => {
|
|
41
|
-
const result = (0, import_chunk_RR6BKMNO.replaceOrAddDatasource)(replacement, [
|
|
42
|
-
[
|
|
43
|
-
"a.prisma",
|
|
44
|
-
`
|
|
45
|
-
model A {
|
|
46
|
-
id Int @id
|
|
47
|
-
}
|
|
48
|
-
`
|
|
49
|
-
]
|
|
50
|
-
]);
|
|
51
|
-
expect(result).toMatchInlineSnapshot(`
|
|
52
|
-
[
|
|
53
|
-
[
|
|
54
|
-
"a.prisma",
|
|
55
|
-
"datasource new {
|
|
56
|
-
provider = "sqlite"
|
|
57
|
-
url = "file:new.db"
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
model A {
|
|
61
|
-
id Int @id
|
|
62
|
-
}
|
|
63
|
-
",
|
|
64
|
-
],
|
|
65
|
-
]
|
|
66
|
-
`);
|
|
67
|
-
});
|
|
68
|
-
test("single file, empty", () => {
|
|
69
|
-
const result = (0, import_chunk_RR6BKMNO.replaceOrAddDatasource)(replacement, [["a.prisma", ""]]);
|
|
70
|
-
expect(result).toMatchInlineSnapshot(`
|
|
71
|
-
[
|
|
72
|
-
[
|
|
73
|
-
"a.prisma",
|
|
74
|
-
"datasource new {
|
|
75
|
-
provider = "sqlite"
|
|
76
|
-
url = "file:new.db"
|
|
77
|
-
}
|
|
78
|
-
",
|
|
79
|
-
],
|
|
80
|
-
]
|
|
81
|
-
`);
|
|
82
|
-
});
|
|
83
|
-
test("single file, with existing datasource and commented out closing bracket", () => {
|
|
84
|
-
const result = (0, import_chunk_RR6BKMNO.replaceOrAddDatasource)(replacement, [
|
|
85
|
-
[
|
|
86
|
-
"a.prisma",
|
|
87
|
-
`
|
|
88
|
-
datasource db {
|
|
89
|
-
provider = "postgresql"
|
|
90
|
-
url = "postgresql://example.com/db"
|
|
91
|
-
// }
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
model A {
|
|
95
|
-
id Int @id
|
|
96
|
-
}
|
|
97
|
-
`
|
|
98
|
-
]
|
|
99
|
-
]);
|
|
100
|
-
expect(result).toMatchInlineSnapshot(`
|
|
101
|
-
[
|
|
102
|
-
[
|
|
103
|
-
"a.prisma",
|
|
104
|
-
"datasource new {
|
|
105
|
-
provider = "sqlite"
|
|
106
|
-
url = "file:new.db"
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
model A {
|
|
110
|
-
id Int @id
|
|
111
|
-
}",
|
|
112
|
-
],
|
|
113
|
-
]
|
|
114
|
-
`);
|
|
115
|
-
});
|
|
116
|
-
test("multiple files, with existing datasource", () => {
|
|
117
|
-
const result = (0, import_chunk_RR6BKMNO.replaceOrAddDatasource)(replacement, [
|
|
118
|
-
[
|
|
119
|
-
"a.prisma",
|
|
120
|
-
`
|
|
121
|
-
model A {
|
|
122
|
-
id Int @id
|
|
123
|
-
}
|
|
124
|
-
`
|
|
125
|
-
],
|
|
126
|
-
[
|
|
127
|
-
"b.prisma",
|
|
128
|
-
`
|
|
129
|
-
datasource db {
|
|
130
|
-
provider = "postgresql"
|
|
131
|
-
url = "postgresql://example.com/db"
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
model B {
|
|
135
|
-
id Int @id
|
|
136
|
-
}
|
|
137
|
-
`
|
|
138
|
-
]
|
|
139
|
-
]);
|
|
140
|
-
expect(result).toMatchInlineSnapshot(`
|
|
141
|
-
[
|
|
142
|
-
[
|
|
143
|
-
"a.prisma",
|
|
144
|
-
"
|
|
145
|
-
model A {
|
|
146
|
-
id Int @id
|
|
147
|
-
}
|
|
148
|
-
",
|
|
149
|
-
],
|
|
150
|
-
[
|
|
151
|
-
"b.prisma",
|
|
152
|
-
"datasource new {
|
|
153
|
-
provider = "sqlite"
|
|
154
|
-
url = "file:new.db"
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
model B {
|
|
158
|
-
id Int @id
|
|
159
|
-
}",
|
|
160
|
-
],
|
|
161
|
-
]
|
|
162
|
-
`);
|
|
163
|
-
});
|
|
164
|
-
test("multiple files, no datasource", () => {
|
|
165
|
-
const result = (0, import_chunk_RR6BKMNO.replaceOrAddDatasource)(replacement, [
|
|
166
|
-
[
|
|
167
|
-
"a.prisma",
|
|
168
|
-
`
|
|
169
|
-
model A {
|
|
170
|
-
id Int @id
|
|
171
|
-
}
|
|
172
|
-
`
|
|
173
|
-
],
|
|
174
|
-
[
|
|
175
|
-
"b.prisma",
|
|
176
|
-
`
|
|
177
|
-
model B {
|
|
178
|
-
id Int @id
|
|
179
|
-
}
|
|
180
|
-
`
|
|
181
|
-
]
|
|
182
|
-
]);
|
|
183
|
-
expect(result).toMatchInlineSnapshot(`
|
|
184
|
-
[
|
|
185
|
-
[
|
|
186
|
-
"a.prisma",
|
|
187
|
-
"datasource new {
|
|
188
|
-
provider = "sqlite"
|
|
189
|
-
url = "file:new.db"
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
model A {
|
|
193
|
-
id Int @id
|
|
194
|
-
}
|
|
195
|
-
",
|
|
196
|
-
],
|
|
197
|
-
[
|
|
198
|
-
"b.prisma",
|
|
199
|
-
"
|
|
200
|
-
model B {
|
|
201
|
-
id Int @id
|
|
202
|
-
}
|
|
203
|
-
",
|
|
204
|
-
],
|
|
205
|
-
]
|
|
206
|
-
`);
|
|
207
|
-
});
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var warnDatasourceDriverAdapter_exports = {};
|
|
20
|
-
__export(warnDatasourceDriverAdapter_exports, {
|
|
21
|
-
warnDatasourceDriverAdapter: () => import_chunk_T64SUJ5L.warnDatasourceDriverAdapter
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(warnDatasourceDriverAdapter_exports);
|
|
24
|
-
var import_chunk_T64SUJ5L = require("../chunk-T64SUJ5L.js");
|
|
25
|
-
var import_chunk_2ESYSVXG = require("../chunk-2ESYSVXG.js");
|