Searched refs:hasExportAssignmentDeclaration (Results 1 – 1 of 1) sorted by relevance
1227 …const hasExportAssignmentDeclaration = some(symbol?.declarations, d => tryCast(d, isExportAssignme… constant1228 …ortOrExportSpecifier(node.parent) && (symbol === exportSymbol || hasExportAssignmentDeclaration)) {