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

Function parseTypeofType

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

Source from the content-addressed store, hash-verified

6795 }
6796
6797 function parseTypeofType() {
6798 var argument, marker = markerCreate();
6799 expectKeyword('typeof');
6800 argument = parsePrimaryType();
6801 return markerApply(marker, delegate.createTypeofTypeAnnotation(
6802 argument
6803 ));
6804 }
6805
6806 function parseTupleType() {
6807 var marker = markerCreate(), types = [];

Callers 1

parsePrimaryTypeFunction · 0.85

Calls 4

markerCreateFunction · 0.85
expectKeywordFunction · 0.85
parsePrimaryTypeFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected