@guihz/trading-vue-editor-tes 0.0.162 → 0.0.163
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-CMt9uh24.js → parserTccWorker-Cw303h1q.js} +6 -6
- package/lib/assets/{scriptsRunWorker-8h9VfV-d.js → scriptsRunWorker-s8gUo3NQ.js} +13 -11
- package/lib/components/editor/parseScript/buildInVarNamespace/syminfo.d.ts +1 -1
- package/lib/trading-vue-editor.js +2 -2
- package/lib/trading-vue-editor.umd.cjs +27 -27
- package/package.json +1 -1
@@ -11,7 +11,7 @@ export declare class Syminfo {
|
|
11
11
|
get expiration_date(): undefined;
|
12
12
|
get industry(): undefined;
|
13
13
|
get minmove(): void;
|
14
|
-
get mintick():
|
14
|
+
get mintick(): number | undefined;
|
15
15
|
get pointvalue(): void;
|
16
16
|
get prefix(): void;
|
17
17
|
get pricescale(): void;
|
@@ -67593,14 +67593,14 @@ function ir(a, n, r) {
|
|
67593
67593
|
function oh() {
|
67594
67594
|
return new Array(4).fill(0).map(() => Math.floor(Math.random() * Number.MAX_SAFE_INTEGER).toString(16)).join("-");
|
67595
67595
|
}
|
67596
|
-
const Rp = new Worker(new URL("" + new URL("assets/scriptsRunWorker-
|
67596
|
+
const Rp = new Worker(new URL("" + new URL("assets/scriptsRunWorker-s8gUo3NQ.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run TccScript Server" });
|
67597
67597
|
Rp.onerror = (a) => {
|
67598
67598
|
console.error(a);
|
67599
67599
|
};
|
67600
67600
|
async function Bp(a) {
|
67601
67601
|
return await Ja.setInlayHints(a);
|
67602
67602
|
}
|
67603
|
-
const Kp = ji(Rp), Up = ji(new Worker(new URL("" + new URL("assets/parserTccWorker-
|
67603
|
+
const Kp = ji(Rp), Up = ji(new Worker(new URL("" + new URL("assets/parserTccWorker-Cw303h1q.js", import.meta.url).href, import.meta.url), { type: "module", name: "Parser TccScript Server" }));
|
67604
67604
|
async function lh(a, n = !1) {
|
67605
67605
|
const { functions: r, types: o, constants: c, variables: l, methods: m } = ht;
|
67606
67606
|
return await Up.parseTcc(a, n, Hi(Bp), { functions: Object.fromEntries(r), methods: Object.fromEntries(m), types: Object.fromEntries(o), constants: Object.fromEntries(c), variables: Object.fromEntries(l) });
|