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

Function parseEmptyStatement

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

Source from the content-addressed store, hash-verified

7414 // 12.3 Empty Statement
7415
7416 function parseEmptyStatement() {
7417 var marker = markerCreate();
7418 expect(';');
7419 return markerApply(marker, delegate.createEmptyStatement());
7420 }
7421
7422 // 12.4 Expression Statement
7423

Callers 1

parseStatementFunction · 0.85

Calls 3

markerCreateFunction · 0.85
expectFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected