@guihz/trading-vue-editor-tes 0.1.44 → 0.1.46

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.
@@ -25180,10 +25180,8 @@ Arguments: ` + Array.prototype.slice.call(n).join("") + `
25180
25180
  if (n.ruleType === j0.VarMultiple) {
25181
25181
  n.types = [], this._checkVarMultiple(n.names, i, t);
25182
25182
  for (const [s, o] of n.names.entries()) {
25183
- if (o === "_")
25184
- continue;
25185
25183
  const p = this._varTypeJudge("", i?.types?.[s] || s0.UNDETERMINED, o, t);
25186
- n.types.push(p), this._addVarToMap(o, p, n.posList[s], !0);
25184
+ n.types.push(p), o !== "_" && this._addVarToMap(o, p, n.posList[s], !0);
25187
25185
  }
25188
25186
  } else {
25189
25187
  const s = i?.type || i?.returnedTypes?.[0];
@@ -60053,10 +60051,8 @@ Input files:
60053
60051
  if (n.ruleType === $0.VarMultiple) {
60054
60052
  n.types = [], this._checkVarMultiple(n.names, i, t);
60055
60053
  for (const [s, o] of n.names.entries()) {
60056
- if (o === "_")
60057
- continue;
60058
60054
  const p = this._varTypeJudge("", i?.types?.[s] || Z.UNDETERMINED, o, t);
60059
- n.types.push(p), this._addVarToMap(o, p, n.posList[s], !0);
60055
+ n.types.push(p), o !== "_" && this._addVarToMap(o, p, n.posList[s], !0);
60060
60056
  }
60061
60057
  } else {
60062
60058
  const s = i?.type || i?.returnedTypes?.[0];
@@ -78056,10 +78052,8 @@ ${this._prefixNameVar}.setCacheData("m${l}_" + ${f}, ${m})
78056
78052
  if (n.ruleType === M0.VarMultiple) {
78057
78053
  n.types = [], this._checkVarMultiple(n.names, i, t);
78058
78054
  for (const [s, o] of n.names.entries()) {
78059
- if (o === "_")
78060
- continue;
78061
78055
  const p = this._varTypeJudge("", i?.types?.[s] || P.UNDETERMINED, o, t);
78062
- n.types.push(p), this._addVarToMap(o, p, n.posList[s], !0);
78056
+ n.types.push(p), o !== "_" && this._addVarToMap(o, p, n.posList[s], !0);
78063
78057
  }
78064
78058
  } else {
78065
78059
  const s = i?.type || i?.returnedTypes?.[0];
@@ -97904,10 +97898,8 @@ ${this._prefixNameVar}.setCacheData("m${l}_" + ${f}, ${m})
97904
97898
  if (n.ruleType === R0.VarMultiple) {
97905
97899
  n.types = [], this._checkVarMultiple(n.names, i, t);
97906
97900
  for (const [s, o] of n.names.entries()) {
97907
- if (o === "_")
97908
- continue;
97909
97901
  const p = this._varTypeJudge("", i?.types?.[s] || F.UNDETERMINED, o, t);
97910
- n.types.push(p), this._addVarToMap(o, p, n.posList[s], !0);
97902
+ n.types.push(p), o !== "_" && this._addVarToMap(o, p, n.posList[s], !0);
97911
97903
  }
97912
97904
  } else {
97913
97905
  const s = i?.type || i?.returnedTypes?.[0];