MCPcopy Create free account
hub / github.com/chearon/dropflow / peg$parseproperty

Function peg$parseproperty

src/parse-css.js:1711–1731  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1709 }
1710
1711 function peg$parseproperty() {
1712 var s0, s1, s2, s3;
1713
1714 s0 = peg$currPos;
1715 s1 = peg$parseIDENT();
1716 if (s1 !== peg$FAILED) {
1717 s2 = [];
1718 s3 = peg$parseS();
1719 while (s3 !== peg$FAILED) {
1720 s2.push(s3);
1721 s3 = peg$parseS();
1722 }
1723 peg$savedPos = s0;
1724 s0 = peg$f2(s1);
1725 } else {
1726 peg$currPos = s0;
1727 s0 = peg$FAILED;
1728 }
1729
1730 return s0;
1731 }
1732
1733 function peg$parseexpr() {
1734 var s0, s1, s2, s3, s4, s5;

Callers 1

peg$parsedeclarationFunction · 0.85

Calls 4

peg$parseIDENTFunction · 0.85
peg$parseSFunction · 0.85
peg$f2Function · 0.85
pushMethod · 0.80

Tested by

no test coverage detected