From 45eeb63a0d43745cea03b86ed6837f1150366018 Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Mon, 24 Jun 2024 07:44:27 -0400 Subject: [PATCH] export parseBooleanOperands --- public/scripts/variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/variables.js b/public/scripts/variables.js index 1712a97a4..c149ca504 100644 --- a/public/scripts/variables.js +++ b/public/scripts/variables.js @@ -461,7 +461,7 @@ function existsGlobalVariable(name) { * @param {object} args Command arguments * @returns {{a: string | number, b: string | number, rule: string}} Boolean operands */ -function parseBooleanOperands(args) { +export function parseBooleanOperands(args) { // Resolution order: numeric literal, local variable, global variable, string literal /** * @param {string} operand Boolean operand candidate