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

Function parseInterfaceExtends

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

Source from the content-addressed store, hash-verified

9483 }
9484
9485 function parseInterfaceExtends() {
9486 var marker = markerCreate(), id, typeParameters = null;
9487
9488 id = parseVariableIdentifier();
9489 if (match('<')) {
9490 typeParameters = parseTypeParameterInstantiation();
9491 }
9492
9493 return markerApply(marker, delegate.createInterfaceExtends(
9494 id,
9495 typeParameters
9496 ));
9497 }
9498
9499 function parseInterfaceish(marker, allowStatic) {
9500 var body, bodyMarker, extended = [], id,

Callers 1

parseInterfaceishFunction · 0.85

Calls 5

markerCreateFunction · 0.85
parseVariableIdentifierFunction · 0.85
matchFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected