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

Function symbolHasMeaning

test/fixtures/snapshot/typescript.js:153927–153930  ·  view source on GitHub ↗
(_a, meaning)

Source from the content-addressed store, hash-verified

153925 ], 2 /* NodeFlags.Const */));
153926 }
153927 function symbolHasMeaning(_a, meaning) {
153928 var declarations = _a.declarations;
153929 return ts.some(declarations, function (decl) { return !!(ts.getMeaningFromDeclaration(decl) & meaning); });
153930 }
153931 function moduleSymbolToValidIdentifier(moduleSymbol, target, forceCapitalize) {
153932 return moduleSpecifierToValidIdentifier(ts.removeFileExtension(ts.stripQuotes(moduleSymbol.name)), target, forceCapitalize);
153933 }

Callers 1

getExportInfosFunction · 0.85

Calls 1

someMethod · 0.80

Tested by

no test coverage detected