@malloydata/render 0.0.183-dev240916205710 → 0.0.183

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.
@@ -39808,8 +39808,10 @@ function I3e(t, e, n, r) {
39808
39808
  case "~":
39809
39809
  case "!~": {
39810
39810
  if (s.dataType !== "string" || o.dataType !== "string") {
39811
- const f = F3e(s, o);
39812
- if (f === void 0)
39811
+ let f = F3e(s, o);
39812
+ if (f)
39813
+ n[0] === "!" && (f = { node: "not", e: { ...f } });
39814
+ else
39813
39815
  throw new N3e("Incompatible types for match('~') operator");
39814
39816
  c = f;
39815
39817
  }