@almadar/evaluator 2.14.0 → 2.15.0

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/index.js CHANGED
@@ -3686,6 +3686,7 @@ var SExpressionEvaluator = class {
3686
3686
  return evalClamp(args, evaluate2, ctx);
3687
3687
  // Comparison
3688
3688
  case "=":
3689
+ case "==":
3689
3690
  return evalEqual(args, evaluate2, ctx);
3690
3691
  case "!=":
3691
3692
  return evalNotEqual(args, evaluate2, ctx);