@digipair/skill-logger 0.94.0-1 → 0.94.0-4
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.cjs.js +5 -5
- package/dist/index.esm.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -23890,14 +23890,14 @@ function indent(str, spaces) {
|
|
23890
23890
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
23891
23891
|
// match is required
|
23892
23892
|
if (!match) {
|
23893
|
-
return
|
23893
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
23894
23894
|
v: nextMatch1
|
23895
23895
|
};
|
23896
23896
|
}
|
23897
23897
|
var token = match.token, offset = match.offset;
|
23898
23898
|
i1 += offset;
|
23899
23899
|
if (token === ' ') {
|
23900
|
-
return
|
23900
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
23901
23901
|
}
|
23902
23902
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
23903
23903
|
token
|
@@ -23916,7 +23916,7 @@ function indent(str, spaces) {
|
|
23916
23916
|
if (contextKeys.some(function(el) {
|
23917
23917
|
return el.startsWith(name);
|
23918
23918
|
})) {
|
23919
|
-
return
|
23919
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
23920
23920
|
}
|
23921
23921
|
if (dateTimeIdentifiers.some(function(el) {
|
23922
23922
|
return el === name;
|
@@ -23935,9 +23935,9 @@ function indent(str, spaces) {
|
|
23935
23935
|
if (dateTimeIdentifiers.some(function(el) {
|
23936
23936
|
return el.startsWith(name);
|
23937
23937
|
})) {
|
23938
|
-
return
|
23938
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
23939
23939
|
}
|
23940
|
-
return
|
23940
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
23941
23941
|
v: nextMatch1
|
23942
23942
|
};
|
23943
23943
|
};
|
package/dist/index.esm.js
CHANGED
@@ -23888,14 +23888,14 @@ function indent(str, spaces) {
|
|
23888
23888
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
23889
23889
|
// match is required
|
23890
23890
|
if (!match) {
|
23891
|
-
return
|
23891
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
23892
23892
|
v: nextMatch1
|
23893
23893
|
};
|
23894
23894
|
}
|
23895
23895
|
var token = match.token, offset = match.offset;
|
23896
23896
|
i1 += offset;
|
23897
23897
|
if (token === ' ') {
|
23898
|
-
return
|
23898
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
23899
23899
|
}
|
23900
23900
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
23901
23901
|
token
|
@@ -23914,7 +23914,7 @@ function indent(str, spaces) {
|
|
23914
23914
|
if (contextKeys.some(function(el) {
|
23915
23915
|
return el.startsWith(name);
|
23916
23916
|
})) {
|
23917
|
-
return
|
23917
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
23918
23918
|
}
|
23919
23919
|
if (dateTimeIdentifiers.some(function(el) {
|
23920
23920
|
return el === name;
|
@@ -23933,9 +23933,9 @@ function indent(str, spaces) {
|
|
23933
23933
|
if (dateTimeIdentifiers.some(function(el) {
|
23934
23934
|
return el.startsWith(name);
|
23935
23935
|
})) {
|
23936
|
-
return
|
23936
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
23937
23937
|
}
|
23938
|
-
return
|
23938
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
23939
23939
|
v: nextMatch1
|
23940
23940
|
};
|
23941
23941
|
};
|