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

Function parseJSXAttributeName

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

Source from the content-addressed store, hash-verified

9259 }
9260
9261 function parseJSXAttributeName() {
9262 if (lookahead2().value === ':') {
9263 return parseJSXNamespacedName();
9264 }
9265
9266 return parseJSXIdentifier();
9267 }
9268
9269 function parseJSXAttributeValue() {
9270 var value, marker;

Callers 1

parseJSXAttributeFunction · 0.85

Calls 3

lookahead2Function · 0.85
parseJSXNamespacedNameFunction · 0.85
parseJSXIdentifierFunction · 0.85

Tested by

no test coverage detected