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

Function isIdentifierName

lib/assets/javascripts/JSXTransformer.js:3904–3909  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

3902 }
3903
3904 function isIdentifierName(token) {
3905 return token.type === Token.Identifier ||
3906 token.type === Token.Keyword ||
3907 token.type === Token.BooleanLiteral ||
3908 token.type === Token.NullLiteral;
3909 }
3910
3911 function advanceSlash() {
3912 var prevToken,

Callers 3

parseNonComputedPropertyFunction · 0.85
parseExportDeclarationFunction · 0.85
parseImportDeclarationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected