@guihz/trading-vue-editor-tes 0.1.46 → 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.
@@ -24,6 +24,7 @@ export default class ParseToJs {
24
24
  private __count;
25
25
  preParseCode: string;
26
26
  private _isExperssion;
27
+ private _tmpVarNames?;
27
28
  constructor(prefix: string);
28
29
  preParser(values: IKeyObjectValue[]): string | undefined;
29
30
  parser(values: IKeyObjectValue[]): {
@@ -25,6 +25,7 @@ export default class ParseToJs {
25
25
  preParseCode: string;
26
26
  private _isExperssion;
27
27
  private _hasAlert;
28
+ private _tmpVarNames?;
28
29
  constructor(prefix: string);
29
30
  preParser(values: IKeyObjectValue[]): string | undefined;
30
31
  parser(values: IKeyObjectValue[]): {
@@ -33,6 +33,7 @@ export default class ParseToJs {
33
33
  private _libTitle?;
34
34
  private _exportEles;
35
35
  private _scriptType?;
36
+ private _tmpVarNames?;
36
37
  constructor(prefix: string, scriptType?: VScriptType, libTitle?: string);
37
38
  preParser(values: IKeyObjectValue[]): string | undefined;
38
39
  parser(values: IKeyObjectValue[]): {
@@ -21,7 +21,6 @@ export default class ParseToJs {
21
21
  private _dependsObj;
22
22
  private _enums;
23
23
  private _preRunMembers;
24
- private _preRunMembersFuncs;
25
24
  private __count;
26
25
  preParseCode: string;
27
26
  private _hasLeftVisibleBarTime;
@@ -31,6 +30,7 @@ export default class ParseToJs {
31
30
  private _libTitle?;
32
31
  private _exportEles;
33
32
  private _scriptType?;
33
+ private _tmpVarNames?;
34
34
  constructor(prefix: string, scriptType?: VScriptType, libTitle?: string);
35
35
  preParser(values: IKeyObjectValue[]): string | undefined;
36
36
  parser(values: IKeyObjectValue[]): {
@@ -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-CmAR4nak.js", import.meta.url).href, import.meta.url), { type: "module", name: "Run MineScript Server" });
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-4OtFfWew.js", import.meta.url).href, import.meta.url), { type: "module", name: "Parser MineScript Server" }));
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);