MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isNamedSlotsExpression

Method isNamedSlotsExpression

compiler/companion/src/JSXProcessor.ts:338–340  ·  view source on GitHub ↗
(expression: ts.Node)

Source from the content-addressed store, hash-verified

336 }
337
338 private isNamedSlotsExpression(expression: ts.Node): expression is ts.CallExpression {
339 return this.isCompilerIntrinsicCall(expression, '$namedSlots');
340 }
341
342 private isUnnamedSlotsExpression(expression: ts.Node): expression is ts.CallExpression {
343 return this.isCompilerIntrinsicCall(expression, '$slot');

Callers 1

outputSlotMethod · 0.95

Calls 1

Tested by

no test coverage detected