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

Function expectContextualKeyword

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

Source from the content-addressed store, hash-verified

5201 // If not, an exception will be thrown.
5202
5203 function expectContextualKeyword(keyword) {
5204 return expectKeyword(keyword, true);
5205 }
5206
5207 // Return true if the next token matches the specified punctuator.
5208

Callers 8

parseAwaitExpressionFunction · 0.85
parseClassImplementsFunction · 0.85
parseTypeAliasFunction · 0.85
parseInterfaceFunction · 0.85
parseDeclareClassFunction · 0.85
parseDeclareFunctionFunction · 0.85
parseDeclareVariableFunction · 0.85
parseDeclareModuleFunction · 0.85

Calls 1

expectKeywordFunction · 0.85

Tested by

no test coverage detected