@xuda.io/xuda-worker-bundle-min 1.3.1516 → 1.3.1518
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -8278,7 +8278,7 @@ func.expression.get_bad = async function (SESSION_ID, valP, dsSessionP, sourceP,
|
|
|
8278
8278
|
return endResults();
|
|
8279
8279
|
};
|
|
8280
8280
|
|
|
8281
|
-
func.expression.
|
|
8281
|
+
func.expression.parse = function (strP) {
|
|
8282
8282
|
var extract_str = function (strP, posP) {
|
|
8283
8283
|
if (!posP) posP = 0;
|
|
8284
8284
|
var clean_split_str = function (arrP) {
|
|
@@ -8373,7 +8373,7 @@ func.expression.parse_org = function (strP) {
|
|
|
8373
8373
|
return res;
|
|
8374
8374
|
};
|
|
8375
8375
|
|
|
8376
|
-
func.expression.
|
|
8376
|
+
func.expression.parse_bad = function (input) {
|
|
8377
8377
|
if (typeof input !== 'string') return [];
|
|
8378
8378
|
|
|
8379
8379
|
const segments = [];
|