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

Function isJSXIdentifierStart

lib/assets/javascripts/JSXTransformer.js:9077–9080  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

9075 }
9076
9077 function isJSXIdentifierStart(ch) {
9078 // exclude backslash (\)
9079 return (ch !== 92) && isIdentifierStart(ch);
9080 }
9081
9082 function isJSXIdentifierPart(ch) {
9083 // exclude backslash (\) and add hyphen (-)

Callers 1

advanceFunction · 0.85

Calls 1

isIdentifierStartFunction · 0.85

Tested by

no test coverage detected