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