MCPcopy Index your code
hub / github.com/reactjs/react-rails / parsePrefixType

Function parsePrefixType

lib/assets/javascripts/JSXTransformer.js:6979–6988  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6977 }
6978
6979 function parsePrefixType() {
6980 var marker = markerCreate();
6981 if (match('?')) {
6982 lex();
6983 return markerApply(marker, delegate.createNullableTypeAnnotation(
6984 parsePrefixType()
6985 ));
6986 }
6987 return parsePostfixType();
6988 }
6989
6990
6991 function parseIntersectionType() {

Callers 1

parseIntersectionTypeFunction · 0.85

Calls 5

markerCreateFunction · 0.85
matchFunction · 0.85
lexFunction · 0.85
markerApplyFunction · 0.85
parsePostfixTypeFunction · 0.85

Tested by

no test coverage detected