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

Function parseType

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

Source from the content-addressed store, hash-verified

7020 }
7021
7022 function parseType() {
7023 var oldInType = state.inType, type;
7024 state.inType = true;
7025
7026 type = parseUnionType();
7027
7028 state.inType = oldInType;
7029 return type;
7030 }
7031
7032 function parseTypeAnnotation() {
7033 var marker = markerCreate(), type;

Callers 10

parseObjectTypeIndexerFunction · 0.85
parseObjectTypeMethodishFunction · 0.85
parseObjectTypeFunction · 0.85
parseTupleTypeFunction · 0.85
parseFunctionTypeParamFunction · 0.85
parsePrimaryTypeFunction · 0.85
parseTypeAnnotationFunction · 0.85
parseTypeAliasFunction · 0.85
parseDeclareFunctionFunction · 0.85

Calls 1

parseUnionTypeFunction · 0.85

Tested by

no test coverage detected