MCPcopy Create free account
hub / github.com/codemix/htmling / peg$parse_

Function peg$parse_

lib/parser.js:7627–7644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7625 }
7626
7627 function peg$parse_() {
7628 var s0, s1;
7629
7630 s0 = [];
7631 s1 = peg$parseWhiteSpace();
7632 if (s1 === peg$FAILED) {
7633 s1 = peg$parseMultiLineCommentNoLineTerminator();
7634 }
7635 while (s1 !== peg$FAILED) {
7636 s0.push(s1);
7637 s1 = peg$parseWhiteSpace();
7638 if (s1 === peg$FAILED) {
7639 s1 = peg$parseMultiLineCommentNoLineTerminator();
7640 }
7641 }
7642
7643 return s0;
7644 }
7645
7646 function peg$parseEOS() {
7647 var s0, s1, s2, s3;

Callers 15

peg$parseMUTE_TEMPLATEFunction · 0.85
peg$parseCUSTOM_ELEMENTFunction · 0.85
peg$parseCONTENT_ELEMENTFunction · 0.85
peg$parseINCLUDE_ELEMENTFunction · 0.85
peg$parseSCRIPT_ELEMENTFunction · 0.85
peg$parseRAW_ATTRIBUTESFunction · 0.85
peg$parseRAW_ATTRIBUTEFunction · 0.85
peg$parseATTRIBUTESFunction · 0.85
peg$parseATTRIBUTEFunction · 0.85
peg$parseATTRIBUTE_VALUEFunction · 0.85
peg$parseEXPRESSIONFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…