@podlite/schema 0.0.43 → 0.0.44
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/CHANGELOG.podlite +4 -0
- package/esm/grammar.js +37 -42
- package/esm/grammar.js.map +1 -1
- package/esm/grammarfc.js +10 -15
- package/esm/grammarfc.js.map +1 -1
- package/lib/grammar.js +37 -42
- package/lib/grammarfc.js +10 -15
- package/package.json +1 -1
package/esm/grammarfc.js
CHANGED
|
@@ -563,24 +563,19 @@ function peg$parse(input, options) {
|
|
|
563
563
|
peg$fail(peg$c45);
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
peg$fail(peg$c45);
|
|
577
|
-
}
|
|
566
|
+
while (s4 !== peg$FAILED) {
|
|
567
|
+
s3.push(s4);
|
|
568
|
+
if (peg$c44.test(input.charAt(peg$currPos))) {
|
|
569
|
+
s4 = input.charAt(peg$currPos);
|
|
570
|
+
peg$currPos++;
|
|
571
|
+
}
|
|
572
|
+
else {
|
|
573
|
+
s4 = peg$FAILED;
|
|
574
|
+
if (peg$silentFails === 0) {
|
|
575
|
+
peg$fail(peg$c45);
|
|
578
576
|
}
|
|
579
577
|
}
|
|
580
578
|
}
|
|
581
|
-
else {
|
|
582
|
-
s3 = peg$FAILED;
|
|
583
|
-
}
|
|
584
579
|
if (s3 !== peg$FAILED) {
|
|
585
580
|
s2 = [s2, s3];
|
|
586
581
|
s1 = s2;
|