@digipair/skill-sse 0.121.2 → 0.121.6
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.esm.js +5 -5
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24333,14 +24333,14 @@ function indent(str, spaces) {
|
|
|
24333
24333
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
24334
24334
|
// match is required
|
|
24335
24335
|
if (!match) {
|
|
24336
|
-
return
|
|
24336
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
24337
24337
|
v: nextMatch1
|
|
24338
24338
|
};
|
|
24339
24339
|
}
|
|
24340
24340
|
var token = match.token, offset = match.offset;
|
|
24341
24341
|
i1 += offset;
|
|
24342
24342
|
if (token === ' ') {
|
|
24343
|
-
return
|
|
24343
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
24344
24344
|
}
|
|
24345
24345
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
24346
24346
|
token
|
|
@@ -24359,7 +24359,7 @@ function indent(str, spaces) {
|
|
|
24359
24359
|
if (contextKeys.some(function(el) {
|
|
24360
24360
|
return el.startsWith(name);
|
|
24361
24361
|
})) {
|
|
24362
|
-
return
|
|
24362
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
24363
24363
|
}
|
|
24364
24364
|
if (dateTimeIdentifiers.some(function(el) {
|
|
24365
24365
|
return el === name;
|
|
@@ -24378,9 +24378,9 @@ function indent(str, spaces) {
|
|
|
24378
24378
|
if (dateTimeIdentifiers.some(function(el) {
|
|
24379
24379
|
return el.startsWith(name);
|
|
24380
24380
|
})) {
|
|
24381
|
-
return
|
|
24381
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
24382
24382
|
}
|
|
24383
|
-
return
|
|
24383
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
24384
24384
|
v: nextMatch1
|
|
24385
24385
|
};
|
|
24386
24386
|
};
|