@digipair/skill-sse 0.115.1 → 0.116.1
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
|
@@ -24065,14 +24065,14 @@ function indent(str, spaces) {
|
|
|
24065
24065
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
24066
24066
|
// match is required
|
|
24067
24067
|
if (!match) {
|
|
24068
|
-
return
|
|
24068
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
24069
24069
|
v: nextMatch1
|
|
24070
24070
|
};
|
|
24071
24071
|
}
|
|
24072
24072
|
var token = match.token, offset = match.offset;
|
|
24073
24073
|
i1 += offset;
|
|
24074
24074
|
if (token === ' ') {
|
|
24075
|
-
return
|
|
24075
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
24076
24076
|
}
|
|
24077
24077
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
24078
24078
|
token
|
|
@@ -24091,7 +24091,7 @@ function indent(str, spaces) {
|
|
|
24091
24091
|
if (contextKeys.some(function(el) {
|
|
24092
24092
|
return el.startsWith(name);
|
|
24093
24093
|
})) {
|
|
24094
|
-
return
|
|
24094
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
24095
24095
|
}
|
|
24096
24096
|
if (dateTimeIdentifiers.some(function(el) {
|
|
24097
24097
|
return el === name;
|
|
@@ -24110,9 +24110,9 @@ function indent(str, spaces) {
|
|
|
24110
24110
|
if (dateTimeIdentifiers.some(function(el) {
|
|
24111
24111
|
return el.startsWith(name);
|
|
24112
24112
|
})) {
|
|
24113
|
-
return
|
|
24113
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
24114
24114
|
}
|
|
24115
|
-
return
|
|
24115
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
24116
24116
|
v: nextMatch1
|
|
24117
24117
|
};
|
|
24118
24118
|
};
|