@univerjs/engine-formula 0.10.7-nightly.202509090319 → 0.10.7-nightly.202509130640
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/cjs/index.js +1 -1
- package/lib/es/index.js +2 -2
- package/lib/index.js +2 -2
- package/lib/umd/index.js +1 -1
- package/package.json +3 -3
package/lib/es/index.js
CHANGED
|
@@ -8549,8 +8549,8 @@ class Lh extends Ge {
|
|
|
8549
8549
|
return ie.VALUE;
|
|
8550
8550
|
}
|
|
8551
8551
|
execute() {
|
|
8552
|
-
var e;
|
|
8553
|
-
const a = ((e = this.getParent()) == null ? void 0 : e.nodeType) === ie.FUNCTION && this.getParent().isFunctionExecutorArgumentsIgnoreNumberPattern();
|
|
8552
|
+
var e, t, r;
|
|
8553
|
+
const a = ((e = this.getParent()) == null ? void 0 : e.nodeType) === ie.FUNCTION && ((r = (t = this.getParent()) == null ? void 0 : t.isFunctionExecutorArgumentsIgnoreNumberPattern) == null ? void 0 : r.call(t));
|
|
8554
8554
|
this.setValue(Ot.create(this.getToken(), a));
|
|
8555
8555
|
}
|
|
8556
8556
|
}
|
package/lib/index.js
CHANGED
|
@@ -8549,8 +8549,8 @@ class Lh extends Ge {
|
|
|
8549
8549
|
return ie.VALUE;
|
|
8550
8550
|
}
|
|
8551
8551
|
execute() {
|
|
8552
|
-
var e;
|
|
8553
|
-
const a = ((e = this.getParent()) == null ? void 0 : e.nodeType) === ie.FUNCTION && this.getParent().isFunctionExecutorArgumentsIgnoreNumberPattern();
|
|
8552
|
+
var e, t, r;
|
|
8553
|
+
const a = ((e = this.getParent()) == null ? void 0 : e.nodeType) === ie.FUNCTION && ((r = (t = this.getParent()) == null ? void 0 : t.isFunctionExecutorArgumentsIgnoreNumberPattern) == null ? void 0 : r.call(t));
|
|
8554
8554
|
this.setValue(Ot.create(this.getToken(), a));
|
|
8555
8555
|
}
|
|
8556
8556
|
}
|