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

Function emitTypeArguments

test/fixtures/snapshot/typescript.js:113764–113766  ·  view source on GitHub ↗
(parentNode, typeArguments)

Source from the content-addressed store, hash-verified

113762 emitList(parentNode, decorators, 2146305 /* ListFormat.Decorators */);
113763 }
113764 function emitTypeArguments(parentNode, typeArguments) {
113765 emitList(parentNode, typeArguments, 53776 /* ListFormat.TypeArguments */, typeArgumentParenthesizerRuleSelector);
113766 }
113767 function emitTypeParameters(parentNode, typeParameters) {
113768 if (ts.isFunctionLike(parentNode) && parentNode.typeArguments) { // Quick info uses type arguments in place of type parameters on instantiated signatures
113769 return emitTypeArguments(parentNode, parentNode.typeArguments);

Callers 10

emitTypeReferenceFunction · 0.85
emitTypeQueryFunction · 0.85
emitImportTypeNodeFunction · 0.85
emitCallExpressionFunction · 0.85
emitNewExpressionFunction · 0.85
emitTypeParametersFunction · 0.85

Calls 1

emitListFunction · 0.85

Tested by

no test coverage detected