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