@digipair/skill-vespa 0.115.1 → 0.116.0
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
|
@@ -80497,14 +80497,14 @@ function indent(str, spaces) {
|
|
|
80497
80497
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
80498
80498
|
// match is required
|
|
80499
80499
|
if (!match) {
|
|
80500
|
-
return
|
|
80500
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
80501
80501
|
v: nextMatch1
|
|
80502
80502
|
};
|
|
80503
80503
|
}
|
|
80504
80504
|
var token = match.token, offset = match.offset;
|
|
80505
80505
|
i1 += offset;
|
|
80506
80506
|
if (token === ' ') {
|
|
80507
|
-
return
|
|
80507
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
80508
80508
|
}
|
|
80509
80509
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
80510
80510
|
token
|
|
@@ -80523,7 +80523,7 @@ function indent(str, spaces) {
|
|
|
80523
80523
|
if (contextKeys.some(function(el) {
|
|
80524
80524
|
return el.startsWith(name);
|
|
80525
80525
|
})) {
|
|
80526
|
-
return
|
|
80526
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
80527
80527
|
}
|
|
80528
80528
|
if (dateTimeIdentifiers.some(function(el) {
|
|
80529
80529
|
return el === name;
|
|
@@ -80542,9 +80542,9 @@ function indent(str, spaces) {
|
|
|
80542
80542
|
if (dateTimeIdentifiers.some(function(el) {
|
|
80543
80543
|
return el.startsWith(name);
|
|
80544
80544
|
})) {
|
|
80545
|
-
return
|
|
80545
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
|
|
80546
80546
|
}
|
|
80547
|
-
return
|
|
80547
|
+
return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
|
|
80548
80548
|
v: nextMatch1
|
|
80549
80549
|
};
|
|
80550
80550
|
};
|