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