Home
last modified time | relevance | path

Searched refs:hasExportAssignmentDeclaration (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DfindAllReferences.ts1227 …const hasExportAssignmentDeclaration = some(symbol?.declarations, d => tryCast(d, isExportAssignme… constant
1228 …ortOrExportSpecifier(node.parent) && (symbol === exportSymbol || hasExportAssignmentDeclaration)) {