@digipair/skill-mcp 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
|
@@ -22843,14 +22843,14 @@ function indent(str, spaces) {
|
|
|
22843
22843
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
22844
22844
|
// match is required
|
|
22845
22845
|
if (!match) {
|
|
22846
|
-
return
|
|
22846
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
22847
22847
|
v: nextMatch1
|
|
22848
22848
|
};
|
|
22849
22849
|
}
|
|
22850
22850
|
var token = match.token, offset = match.offset;
|
|
22851
22851
|
i1 += offset;
|
|
22852
22852
|
if (token === ' ') {
|
|
22853
|
-
return
|
|
22853
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
22854
22854
|
}
|
|
22855
22855
|
tokens1 = _to_consumable_array$4$1(tokens1).concat([
|
|
22856
22856
|
token
|
|
@@ -22869,7 +22869,7 @@ function indent(str, spaces) {
|
|
|
22869
22869
|
if (contextKeys.some(function(el) {
|
|
22870
22870
|
return el.startsWith(name);
|
|
22871
22871
|
})) {
|
|
22872
|
-
return
|
|
22872
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
22873
22873
|
}
|
|
22874
22874
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22875
22875
|
return el === name;
|
|
@@ -22888,9 +22888,9 @@ function indent(str, spaces) {
|
|
|
22888
22888
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22889
22889
|
return el.startsWith(name);
|
|
22890
22890
|
})) {
|
|
22891
|
-
return
|
|
22891
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
22892
22892
|
}
|
|
22893
|
-
return
|
|
22893
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
22894
22894
|
v: nextMatch1
|
|
22895
22895
|
};
|
|
22896
22896
|
};
|