MCPcopy Index your code
hub / github.com/nodejs/node / isYieldExpression

Function isYieldExpression

test/fixtures/snapshot/typescript.js:29075–29077  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

29073 }
29074 ts.isTemplateExpression = isTemplateExpression;
29075 function isYieldExpression(node) {
29076 return node.kind === 224 /* SyntaxKind.YieldExpression */;
29077 }
29078 ts.isYieldExpression = isYieldExpression;
29079 function isSpreadElement(node) {
29080 return node.kind === 225 /* SyntaxKind.SpreadElement */;

Callers 1

Calls 3

inYieldContextFunction · 0.85
lookAheadFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…