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

Function parseVoidType

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

Source from the content-addressed store, hash-verified

6789 }
6790
6791 function parseVoidType() {
6792 var marker = markerCreate();
6793 expectKeyword('void');
6794 return markerApply(marker, delegate.createVoidTypeAnnotation());
6795 }
6796
6797 function parseTypeofType() {
6798 var argument, marker = markerCreate();

Callers 1

parsePrimaryTypeFunction · 0.85

Calls 3

markerCreateFunction · 0.85
expectKeywordFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected