@guihz/trading-vue-editor-tes 0.1.47 → 0.1.48
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/lib/assets/{parserTccWorker-7TwvByCU.js → parserTccWorker-CyEVZctE.js} +0 -1
- package/lib/assets/{scriptsRunWorker-CmAR4nak.js → scriptsRunWorker-DZGXIZFu.js} +600 -588
- package/lib/trading-vue-editor.es.packages.js +2 -2
- package/lib/trading-vue-editor.umd.packages.mjs +17 -17
- package/package.json +1 -1
|
@@ -9199,14 +9199,14 @@ function mr(i, n, r) {
|
|
|
9199
9199
|
function Iy() {
|
|
9200
9200
|
return new Array(4).fill(0).map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join("-");
|
|
9201
9201
|
}
|
|
9202
|
-
const Lf = new Worker(new URL("" + new URL("assets/scriptsRunWorker-
|
|
9202
|
+
const Lf = new Worker(new URL("" + new URL("assets/scriptsRunWorker-DZGXIZFu.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run MineScript Server" });
|
|
9203
9203
|
Lf.onerror = (i) => {
|
|
9204
9204
|
console.error(i);
|
|
9205
9205
|
};
|
|
9206
9206
|
async function Tf(i) {
|
|
9207
9207
|
return await bo.setInlayHints(i);
|
|
9208
9208
|
}
|
|
9209
|
-
const Nf = ma(Lf), Rf = ma(new Worker(new URL("" + new URL("assets/parserTccWorker-
|
|
9209
|
+
const Nf = ma(Lf), Rf = ma(new Worker(new URL("" + new URL("assets/parserTccWorker-CyEVZctE.js", import.meta.url).href, import.meta.url), { type: "module", name: "Parser MineScript Server" }));
|
|
9210
9210
|
async function Ay(i, n = !1, r = Qt) {
|
|
9211
9211
|
const s = i.match(/\s*\/\/\s*@version\s*=\s*([0-9])/)?.[1];
|
|
9212
9212
|
s && (r = parseInt(s), r = r < 3 ? 3 : r > 6 ? 6 : r);
|