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

Function parseInterface

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

Source from the content-addressed store, hash-verified

9529 }
9530
9531 function parseInterface() {
9532 var marker = markerCreate();
9533
9534 if (strict) {
9535 expectKeyword('interface');
9536 } else {
9537 expectContextualKeyword('interface');
9538 }
9539
9540 return parseInterfaceish(marker, /* allowStatic */false);
9541 }
9542
9543 function parseDeclareClass() {
9544 var marker = markerCreate(), ret;

Callers 1

parseSourceElementFunction · 0.85

Calls 4

markerCreateFunction · 0.85
expectKeywordFunction · 0.85
expectContextualKeywordFunction · 0.85
parseInterfaceishFunction · 0.85

Tested by

no test coverage detected