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

Function parseTypeAnnotation

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

Source from the content-addressed store, hash-verified

7030 }
7031
7032 function parseTypeAnnotation() {
7033 var marker = markerCreate(), type;
7034
7035 expect(':');
7036 type = parseType();
7037
7038 return markerApply(marker, delegate.createTypeAnnotation(type));
7039 }
7040
7041 function parseVariableIdentifier() {
7042 var marker = markerCreate(),

Callers 8

parseObjectPropertyFunction · 0.85
parseGroupExpressionFunction · 0.85
parseVariableDeclarationFunction · 0.85
parseParamFunction · 0.85
parseParamsFunction · 0.85
parseMethodDefinitionFunction · 0.85
parseClassPropertyFunction · 0.85

Calls 4

markerCreateFunction · 0.85
expectFunction · 0.85
parseTypeFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected