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

Function matchContextualKeyword

lib/assets/javascripts/JSXTransformer.js:5222–5224  ·  view source on GitHub ↗
(keyword)

Source from the content-addressed store, hash-verified

5220 // Return true if the next token matches the specified contextual keyword
5221
5222 function matchContextualKeyword(keyword) {
5223 return matchKeyword(keyword, true);
5224 }
5225
5226 // Return true if the next token is an assignment operator
5227

Callers 13

matchAsyncFunction · 0.85
matchAwaitFunction · 0.85
parseObjectTypeFunction · 0.85
parseExportSpecifierFunction · 0.85
parseExportDeclarationFunction · 0.85
parseImportSpecifierFunction · 0.85
parseImportDeclarationFunction · 0.85
parseForStatementFunction · 0.85
parseClassElementFunction · 0.85
parseClassExpressionFunction · 0.85
parseClassDeclarationFunction · 0.85

Calls 1

matchKeywordFunction · 0.85

Tested by

no test coverage detected