@xuda.io/runtime-bundle 1.0.496 → 1.0.497

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.
@@ -35442,7 +35442,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
35442
35442
  return endResults();
35443
35443
  };
35444
35444
 
35445
- func.expression.parse = function (strP) {
35445
+ func.expression.parse_org = function (strP) {
35446
35446
  var extract_str = function (strP, posP) {
35447
35447
  if (!posP) posP = 0;
35448
35448
  var clean_split_str = function (arrP) {
@@ -35537,7 +35537,7 @@ func.expression.parse = function (strP) {
35537
35537
  return res;
35538
35538
  };
35539
35539
 
35540
- func.expression.parse_bad = function (input) {
35540
+ func.expression.parse = function (input) {
35541
35541
  if (typeof input !== 'string') return [];
35542
35542
 
35543
35543
  const segments = [];