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

Function parsePostfixType

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

Source from the content-addressed store, hash-verified

6967 }
6968
6969 function parsePostfixType() {
6970 var marker = markerCreate(), t = parsePrimaryType();
6971 if (match('[')) {
6972 expect('[');
6973 expect(']');
6974 return markerApply(marker, delegate.createArrayTypeAnnotation(t));
6975 }
6976 return t;
6977 }
6978
6979 function parsePrefixType() {
6980 var marker = markerCreate();

Callers 1

parsePrefixTypeFunction · 0.85

Calls 5

markerCreateFunction · 0.85
parsePrimaryTypeFunction · 0.85
matchFunction · 0.85
expectFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected