MCPcopy Create free account
hub / github.com/nodejs/node / diagnosticName

Function diagnosticName

test/fixtures/snapshot/typescript.js:50118–50120  ·  view source on GitHub ↗
(nameArg)

Source from the content-addressed store, hash-verified

50116 }
50117 }
50118 function diagnosticName(nameArg) {
50119 return ts.isString(nameArg) ? ts.unescapeLeadingUnderscores(nameArg) : ts.declarationNameToString(nameArg);
50120 }
50121 function isTypeParameterSymbolDeclaredInContainer(symbol, container) {
50122 if (symbol.declarations) {
50123 for (var _i = 0, _a = symbol.declarations; _i < _a.length; _i++) {

Calls

no outgoing calls

Tested by

no test coverage detected