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

Function getTypeArgumentsForAliasSymbol

test/fixtures/snapshot/typescript.js:62853–62855  ·  view source on GitHub ↗
(symbol)

Source from the content-addressed store, hash-verified

62851 return ts.isTypeAlias(host) ? getSymbolOfNode(host) : undefined;
62852 }
62853 function getTypeArgumentsForAliasSymbol(symbol) {
62854 return symbol ? getLocalTypeParametersOfClassOrInterfaceOrTypeAlias(symbol) : undefined;
62855 }
62856 function isNonGenericObjectType(type) {
62857 return !!(type.flags & 524288 /* TypeFlags.Object */) && !isGenericMappedType(type);
62858 }

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…