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

Function exportInfo

test/fixtures/snapshot/typescript.js:136699–136702  ·  view source on GitHub ↗
(symbol, kind)

Source from the content-addressed store, hash-verified

136697 }
136698 }
136699 function exportInfo(symbol, kind) {
136700 var exportInfo = getExportInfo(symbol, kind, checker);
136701 return exportInfo && { kind: 1 /* ImportExport.Export */, symbol: symbol, exportInfo: exportInfo };
136702 }
136703 // Not meant for use with export specifiers or export assignment.
136704 function getExportKindForDeclaration(node) {
136705 return ts.hasSyntacticModifier(node, 512 /* ModifierFlags.Default */) ? 1 /* ExportKind.Default */ : 0 /* ExportKind.Named */;

Callers 2

getExportFunction · 0.85
getSpecialPropertyExportFunction · 0.85

Calls 1

getExportInfoFunction · 0.85

Tested by

no test coverage detected