@digipair/skill-web-chatbot 0.94.0-4 → 0.94.0-8
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.cjs2.js +5 -5
- package/dist/index.esm2.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs2.js
CHANGED
|
@@ -26398,14 +26398,14 @@ function indent(str, spaces) {
|
|
|
26398
26398
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
26399
26399
|
// match is required
|
|
26400
26400
|
if (!match) {
|
|
26401
|
-
return
|
|
26401
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
|
26402
26402
|
v: nextMatch1
|
|
26403
26403
|
};
|
|
26404
26404
|
}
|
|
26405
26405
|
var token = match.token, offset = match.offset;
|
|
26406
26406
|
i1 += offset;
|
|
26407
26407
|
if (token === ' ') {
|
|
26408
|
-
return
|
|
26408
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
|
26409
26409
|
}
|
|
26410
26410
|
tokens1 = _to_consumable_array$1$1(tokens1).concat([
|
|
26411
26411
|
token
|
|
@@ -26424,7 +26424,7 @@ function indent(str, spaces) {
|
|
|
26424
26424
|
if (contextKeys.some(function(el) {
|
|
26425
26425
|
return el.startsWith(name);
|
|
26426
26426
|
})) {
|
|
26427
|
-
return
|
|
26427
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
|
26428
26428
|
}
|
|
26429
26429
|
if (dateTimeIdentifiers.some(function(el) {
|
|
26430
26430
|
return el === name;
|
|
@@ -26443,9 +26443,9 @@ function indent(str, spaces) {
|
|
|
26443
26443
|
if (dateTimeIdentifiers.some(function(el) {
|
|
26444
26444
|
return el.startsWith(name);
|
|
26445
26445
|
})) {
|
|
26446
|
-
return
|
|
26446
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
|
26447
26447
|
}
|
|
26448
|
-
return
|
|
26448
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
|
26449
26449
|
v: nextMatch1
|
|
26450
26450
|
};
|
|
26451
26451
|
};
|
package/dist/index.esm2.js
CHANGED
|
@@ -26396,14 +26396,14 @@ function indent(str, spaces) {
|
|
|
26396
26396
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
26397
26397
|
// match is required
|
|
26398
26398
|
if (!match) {
|
|
26399
|
-
return
|
|
26399
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
|
26400
26400
|
v: nextMatch1
|
|
26401
26401
|
};
|
|
26402
26402
|
}
|
|
26403
26403
|
var token = match.token, offset = match.offset;
|
|
26404
26404
|
i1 += offset;
|
|
26405
26405
|
if (token === ' ') {
|
|
26406
|
-
return
|
|
26406
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
|
26407
26407
|
}
|
|
26408
26408
|
tokens1 = _to_consumable_array$1$1(tokens1).concat([
|
|
26409
26409
|
token
|
|
@@ -26422,7 +26422,7 @@ function indent(str, spaces) {
|
|
|
26422
26422
|
if (contextKeys.some(function(el) {
|
|
26423
26423
|
return el.startsWith(name);
|
|
26424
26424
|
})) {
|
|
26425
|
-
return
|
|
26425
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
|
26426
26426
|
}
|
|
26427
26427
|
if (dateTimeIdentifiers.some(function(el) {
|
|
26428
26428
|
return el === name;
|
|
@@ -26441,9 +26441,9 @@ function indent(str, spaces) {
|
|
|
26441
26441
|
if (dateTimeIdentifiers.some(function(el) {
|
|
26442
26442
|
return el.startsWith(name);
|
|
26443
26443
|
})) {
|
|
26444
|
-
return
|
|
26444
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
|
26445
26445
|
}
|
|
26446
|
-
return
|
|
26446
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
|
26447
26447
|
v: nextMatch1
|
|
26448
26448
|
};
|
|
26449
26449
|
};
|