Searched defs:exportedNames (Results 1 – 5 of 5) sorted by relevance
324 const exportedNames: ObjectLiteralElementLike[] = []; constant1628 const exportedNames = getExports(node.operand); constant1879 const exportedNames = getExports(node.left); constant
676 const exportedNames = getExports(node.operand); constant1388 const exportedNames = getExports(name); constant1963 const exportedNames = getExports(node.left); constant
13 …exportedNames: Identifier[] | undefined; // all exported names in the module, both local and reexp… property
95221 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument
80610 function collectExportedVariableInfo(decl, uniqueExports, exportedNames) { argument