Searched defs:moduleSourceFile (Results 1 – 4 of 4) sorted by relevance
63 const moduleSourceFile = find(moduleSymbol.declarations, isSourceFile); constant66 const name = withoutIndex === undefined ? moduleSourceFile.fileName : withoutIndex; constant
734 …const moduleSourceFile = (symbol.flags & SymbolFlags.Module) && symbol.declarations && find(symbol… constant
154 const moduleSourceFile = find(symbol.declarations, isSourceFile); constant
105 …const moduleSourceFile = getSourceFileOfNode(moduleSymbol.valueDeclaration || getNonAugmentationDe… constant