@malloydata/render 0.0.183-dev240916205710 → 0.0.183-dev240917170343
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/dist/module/index.mjs
CHANGED
|
@@ -38934,8 +38934,10 @@ function rme(t, e, n, r) {
|
|
|
38934
38934
|
case "~":
|
|
38935
38935
|
case "!~": {
|
|
38936
38936
|
if (s.dataType !== "string" || o.dataType !== "string") {
|
|
38937
|
-
|
|
38938
|
-
if (f
|
|
38937
|
+
let f = tme(s, o);
|
|
38938
|
+
if (f)
|
|
38939
|
+
n[0] === "!" && (f = { node: "not", e: { ...f } });
|
|
38940
|
+
else
|
|
38939
38941
|
throw new Zge("Incompatible types for match('~') operator");
|
|
38940
38942
|
c = f;
|
|
38941
38943
|
}
|