@dxos/vendor-hyperformula 0.8.4-main.bc674ce → 0.8.4-main.bd9b33e6c8
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.
|
@@ -10462,7 +10462,7 @@ var filterDependenciesOutOfScope = (deps) => {
|
|
|
10462
10462
|
};
|
|
10463
10463
|
|
|
10464
10464
|
// ../../node_modules/.pnpm/hyperformula@2.7.1/node_modules/hyperformula/es/interpreter/InterpreterValue.js
|
|
10465
|
-
var EmptyValue = Symbol("Empty value");
|
|
10465
|
+
var EmptyValue = /* @__PURE__ */ Symbol("Empty value");
|
|
10466
10466
|
function getRawValue(num) {
|
|
10467
10467
|
if (num instanceof RichNumber) {
|
|
10468
10468
|
return num.val;
|