@digipair/skill-vespa 0.94.0-4 → 0.94.0-8
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.cjs.js +5 -5
- package/dist/index.esm.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -74312,14 +74312,14 @@ function indent(str, spaces) {
|
|
74312
74312
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
74313
74313
|
// match is required
|
74314
74314
|
if (!match) {
|
74315
|
-
return
|
74315
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
74316
74316
|
v: nextMatch1
|
74317
74317
|
};
|
74318
74318
|
}
|
74319
74319
|
var token = match.token, offset = match.offset;
|
74320
74320
|
i1 += offset;
|
74321
74321
|
if (token === ' ') {
|
74322
|
-
return
|
74322
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
74323
74323
|
}
|
74324
74324
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
74325
74325
|
token
|
@@ -74338,7 +74338,7 @@ function indent(str, spaces) {
|
|
74338
74338
|
if (contextKeys.some(function(el) {
|
74339
74339
|
return el.startsWith(name);
|
74340
74340
|
})) {
|
74341
|
-
return
|
74341
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
74342
74342
|
}
|
74343
74343
|
if (dateTimeIdentifiers.some(function(el) {
|
74344
74344
|
return el === name;
|
@@ -74357,9 +74357,9 @@ function indent(str, spaces) {
|
|
74357
74357
|
if (dateTimeIdentifiers.some(function(el) {
|
74358
74358
|
return el.startsWith(name);
|
74359
74359
|
})) {
|
74360
|
-
return
|
74360
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
74361
74361
|
}
|
74362
|
-
return
|
74362
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
74363
74363
|
v: nextMatch1
|
74364
74364
|
};
|
74365
74365
|
};
|
package/dist/index.esm.js
CHANGED
@@ -74310,14 +74310,14 @@ function indent(str, spaces) {
|
|
74310
74310
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
74311
74311
|
// match is required
|
74312
74312
|
if (!match) {
|
74313
|
-
return
|
74313
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
74314
74314
|
v: nextMatch1
|
74315
74315
|
};
|
74316
74316
|
}
|
74317
74317
|
var token = match.token, offset = match.offset;
|
74318
74318
|
i1 += offset;
|
74319
74319
|
if (token === ' ') {
|
74320
|
-
return
|
74320
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
74321
74321
|
}
|
74322
74322
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
74323
74323
|
token
|
@@ -74336,7 +74336,7 @@ function indent(str, spaces) {
|
|
74336
74336
|
if (contextKeys.some(function(el) {
|
74337
74337
|
return el.startsWith(name);
|
74338
74338
|
})) {
|
74339
|
-
return
|
74339
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
74340
74340
|
}
|
74341
74341
|
if (dateTimeIdentifiers.some(function(el) {
|
74342
74342
|
return el === name;
|
@@ -74355,9 +74355,9 @@ function indent(str, spaces) {
|
|
74355
74355
|
if (dateTimeIdentifiers.some(function(el) {
|
74356
74356
|
return el.startsWith(name);
|
74357
74357
|
})) {
|
74358
|
-
return
|
74358
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
|
74359
74359
|
}
|
74360
|
-
return
|
74360
|
+
return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
|
74361
74361
|
v: nextMatch1
|
74362
74362
|
};
|
74363
74363
|
};
|