@digipair/skill-mongodb 0.136.4 → 0.136.5
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
|
@@ -22855,14 +22855,14 @@ function indent(str, spaces) {
|
|
|
22855
22855
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
22856
22856
|
// match is required
|
|
22857
22857
|
if (!match) {
|
|
22858
|
-
return
|
|
22858
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
22859
22859
|
v: nextMatch1
|
|
22860
22860
|
};
|
|
22861
22861
|
}
|
|
22862
22862
|
var token = match.token, offset = match.offset;
|
|
22863
22863
|
i1 += offset;
|
|
22864
22864
|
if (token === ' ') {
|
|
22865
|
-
return
|
|
22865
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22866
22866
|
}
|
|
22867
22867
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
22868
22868
|
token
|
|
@@ -22881,7 +22881,7 @@ function indent(str, spaces) {
|
|
|
22881
22881
|
if (contextKeys.some(function(el) {
|
|
22882
22882
|
return el.startsWith(name);
|
|
22883
22883
|
})) {
|
|
22884
|
-
return
|
|
22884
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22885
22885
|
}
|
|
22886
22886
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22887
22887
|
return el === name;
|
|
@@ -22900,9 +22900,9 @@ function indent(str, spaces) {
|
|
|
22900
22900
|
if (dateTimeIdentifiers.some(function(el) {
|
|
22901
22901
|
return el.startsWith(name);
|
|
22902
22902
|
})) {
|
|
22903
|
-
return
|
|
22903
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
22904
22904
|
}
|
|
22905
|
-
return
|
|
22905
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
22906
22906
|
v: nextMatch1
|
|
22907
22907
|
};
|
|
22908
22908
|
};
|