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

Function parseProgram

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

Source from the content-addressed store, hash-verified

8791 }
8792
8793 function parseProgram() {
8794 var body, marker = markerCreate();
8795 strict = extra.sourceType === 'module';
8796 peek();
8797 body = parseProgramElements();
8798 return markerApply(marker, delegate.createProgram(body));
8799 }
8800
8801 // 16 JSX
8802

Callers 1

parseFunction · 0.85

Calls 4

markerCreateFunction · 0.85
parseProgramElementsFunction · 0.85
markerApplyFunction · 0.85
peekFunction · 0.70

Tested by

no test coverage detected