@digipair/skill-vespa 0.119.8 → 0.120.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
|
@@ -80364,14 +80364,14 @@ function indent(str, spaces) {
|
|
|
80364
80364
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
80365
80365
|
// match is required
|
|
80366
80366
|
if (!match) {
|
|
80367
|
-
return
|
|
80367
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
80368
80368
|
v: nextMatch1
|
|
80369
80369
|
};
|
|
80370
80370
|
}
|
|
80371
80371
|
var token = match.token, offset = match.offset;
|
|
80372
80372
|
i1 += offset;
|
|
80373
80373
|
if (token === ' ') {
|
|
80374
|
-
return
|
|
80374
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
80375
80375
|
}
|
|
80376
80376
|
tokens1 = _to_consumable_array$4(tokens1).concat([
|
|
80377
80377
|
token
|
|
@@ -80390,7 +80390,7 @@ function indent(str, spaces) {
|
|
|
80390
80390
|
if (contextKeys.some(function(el) {
|
|
80391
80391
|
return el.startsWith(name);
|
|
80392
80392
|
})) {
|
|
80393
|
-
return
|
|
80393
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
80394
80394
|
}
|
|
80395
80395
|
if (dateTimeIdentifiers.some(function(el) {
|
|
80396
80396
|
return el === name;
|
|
@@ -80409,9 +80409,9 @@ function indent(str, spaces) {
|
|
|
80409
80409
|
if (dateTimeIdentifiers.some(function(el) {
|
|
80410
80410
|
return el.startsWith(name);
|
|
80411
80411
|
})) {
|
|
80412
|
-
return
|
|
80412
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, "continue";
|
|
80413
80413
|
}
|
|
80414
|
-
return
|
|
80414
|
+
return nextMatch = nextMatch1, tokens = tokens1, i = i1, {
|
|
80415
80415
|
v: nextMatch1
|
|
80416
80416
|
};
|
|
80417
80417
|
};
|