@digipair/skill-vespa 0.114.3 → 0.114.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 +5 -5
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -76040,14 +76040,14 @@ function indent(str, spaces) {
|
|
|
76040
76040
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
76041
76041
|
// match is required
|
|
76042
76042
|
if (!match) {
|
|
76043
|
-
return nextMatch = nextMatch1,
|
|
76043
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
76044
76044
|
v: nextMatch1
|
|
76045
76045
|
};
|
|
76046
76046
|
}
|
|
76047
76047
|
var token = match.token, offset = match.offset;
|
|
76048
76048
|
i1 += offset;
|
|
76049
76049
|
if (token === ' ') {
|
|
76050
|
-
return nextMatch = nextMatch1,
|
|
76050
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
76051
76051
|
}
|
|
76052
76052
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
76053
76053
|
token
|
|
@@ -76066,7 +76066,7 @@ function indent(str, spaces) {
|
|
|
76066
76066
|
if (contextKeys.some(function(el) {
|
|
76067
76067
|
return el.startsWith(name);
|
|
76068
76068
|
})) {
|
|
76069
|
-
return nextMatch = nextMatch1,
|
|
76069
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
76070
76070
|
}
|
|
76071
76071
|
if (dateTimeIdentifiers.some(function(el) {
|
|
76072
76072
|
return el === name;
|
|
@@ -76085,9 +76085,9 @@ function indent(str, spaces) {
|
|
|
76085
76085
|
if (dateTimeIdentifiers.some(function(el) {
|
|
76086
76086
|
return el.startsWith(name);
|
|
76087
76087
|
})) {
|
|
76088
|
-
return nextMatch = nextMatch1,
|
|
76088
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
76089
76089
|
}
|
|
76090
|
-
return nextMatch = nextMatch1,
|
|
76090
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
76091
76091
|
v: nextMatch1
|
|
76092
76092
|
};
|
|
76093
76093
|
};
|