@digipair/skill-debug 0.117.6 → 0.117.7
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 +6 -5
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import 'case-anything/dist/index.js';
|
|
1
2
|
import { promises } from 'fs';
|
|
2
3
|
|
|
3
4
|
function _mergeNamespaces(n, m) {
|
|
@@ -22835,14 +22836,14 @@ function indent(str, spaces) {
|
|
|
22835
22836
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
22836
22837
|
// match is required
|
|
22837
22838
|
if (!match) {
|
|
22838
|
-
return
|
|
22839
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
22839
22840
|
v: nextMatch1
|
|
22840
22841
|
};
|
|
22841
22842
|
}
|
|
22842
22843
|
var token = match.token, offset = match.offset;
|
|
22843
22844
|
i1 += offset;
|
|
22844
22845
|
if (token === ' ') {
|
|
22845
|
-
return
|
|
22846
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22846
22847
|
}
|
|
22847
22848
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
22848
22849
|
token
|
|
@@ -22861,7 +22862,7 @@ function indent(str, spaces) {
|
|
|
22861
22862
|
if (contextKeys.some(function(el) {
|
|
22862
22863
|
return el.startsWith(name);
|
|
22863
22864
|
})) {
|
|
22864
|
-
return
|
|
22865
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22865
22866
|
}
|
|
22866
22867
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22867
22868
|
return el === name;
|
|
@@ -22880,9 +22881,9 @@ function indent(str, spaces) {
|
|
|
22880
22881
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22881
22882
|
return el.startsWith(name);
|
|
22882
22883
|
})) {
|
|
22883
|
-
return
|
|
22884
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22884
22885
|
}
|
|
22885
|
-
return
|
|
22886
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
22886
22887
|
v: nextMatch1
|
|
22887
22888
|
};
|
|
22888
22889
|
};
|