MCPcopy Index your code
hub / github.com/RubyLouvre/anu / parseClassAtom

Function parseClassAtom

test/babel.js:58658–58667  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58656 }
58657
58658 function parseClassAtom() {
58659 // ClassAtom ::
58660 // -
58661 // ClassAtomNoDash
58662 if (match('-')) {
58663 return createCharacter('-');
58664 } else {
58665 return parseClassAtomNoDash();
58666 }
58667 }
58668
58669 function parseClassAtomNoDash() {
58670 // ClassAtomNoDash ::

Callers 3

parseHelperClassRangesFunction · 0.85
parseNonemptyClassRangesFunction · 0.85

Calls 3

createCharacterFunction · 0.85
parseClassAtomNoDashFunction · 0.85
matchFunction · 0.70

Tested by

no test coverage detected