@xuda.io/runtime-bundle 1.0.493 → 1.0.494

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.
@@ -35447,7 +35447,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
35447
35447
  return endResults();
35448
35448
  };
35449
35449
 
35450
- func.expression.parse_org = function (strP) {
35450
+ func.expression.parse = function (strP) {
35451
35451
  var extract_str = function (strP, posP) {
35452
35452
  if (!posP) posP = 0;
35453
35453
  var clean_split_str = function (arrP) {
@@ -35542,7 +35542,7 @@ func.expression.parse_org = function (strP) {
35542
35542
  return res;
35543
35543
  };
35544
35544
 
35545
- func.expression.parse = function (input) {
35545
+ func.expression.parse_bad = function (input) {
35546
35546
  if (typeof input !== 'string') return [];
35547
35547
 
35548
35548
  const segments = [];