(parts, inverted, ignoreCase)
| 541 | } |
| 542 | |
| 543 | function peg$classExpectation(parts, inverted, ignoreCase) { |
| 544 | return { type: "class", parts: parts, inverted: inverted, ignoreCase: ignoreCase }; |
| 545 | } |
| 546 | |
| 547 | function peg$anyExpectation() { |
| 548 | return { type: "any" }; |
no outgoing calls
no test coverage detected
searching dependent graphs…