Searched refs:moduleSourceFile (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/services/ |
D | rename.ts | 63 const moduleSourceFile = find(moduleSymbol.declarations, isSourceFile); constant 64 if (!moduleSourceFile) return undefined; 65 …ext, "/index.js") ? undefined : tryRemoveSuffix(removeFileExtension(moduleSourceFile.fileName), "/… 66 const name = withoutIndex === undefined ? moduleSourceFile.fileName : withoutIndex; constant
|
D | findAllReferences.ts | 734 …const moduleSourceFile = (symbol.flags & SymbolFlags.Module) && symbol.declarations && find(symbol… constant 735 if (!moduleSourceFile) return undefined; 739 … if (!exportEquals || !sourceFilesSet.has(moduleSourceFile.fileName)) return moduleReferences;
|
/third_party/typescript/src/services/codefixes/ |
D | fixAddMissingMember.ts | 154 const moduleSourceFile = find(symbol.declarations, isSourceFile); constant 159 if (moduleSourceFile && !program.isSourceFileFromExternalLibrary(moduleSourceFile)) { 160 …ll: parent.parent, sourceFile: moduleSourceFile, modifierFlags: ModifierFlags.Export, parentDeclar…
|
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 105 …const moduleSourceFile = getSourceFileOfNode(moduleSymbol.valueDeclaration || getNonAugmentationDe… constant 106 …const modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName,…
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 111944 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati… 111945 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h… 124766 …var moduleSourceFile = (symbol.flags & 1536 /* Module */) && symbol.declarations && ts.find(symbol… 124767 if (!moduleSourceFile) 124772 if (!exportEquals || !sourceFilesSet.has(moduleSourceFile.fileName)) 130170 var moduleSourceFile = ts.find(moduleSymbol.declarations, ts.isSourceFile); 130171 if (!moduleSourceFile) 130173 …/index.js") ? undefined : ts.tryRemoveSuffix(ts.removeFileExtension(moduleSourceFile.fileName), "/… 130174 var name = withoutIndex === undefined ? moduleSourceFile.fileName : withoutIndex; 140460 var moduleSourceFile = ts.find(symbol.declarations, ts.isSourceFile); [all …]
|
D | typescript.js | 111944 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati… 111945 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h… 124766 …var moduleSourceFile = (symbol.flags & 1536 /* Module */) && symbol.declarations && ts.find(symbol… 124767 if (!moduleSourceFile) 124772 if (!exportEquals || !sourceFilesSet.has(moduleSourceFile.fileName)) 130170 var moduleSourceFile = ts.find(moduleSymbol.declarations, ts.isSourceFile); 130171 if (!moduleSourceFile) 130173 …/index.js") ? undefined : ts.tryRemoveSuffix(ts.removeFileExtension(moduleSourceFile.fileName), "/… 130174 var name = withoutIndex === undefined ? moduleSourceFile.fileName : withoutIndex; 140460 var moduleSourceFile = ts.find(symbol.declarations, ts.isSourceFile); [all …]
|
D | tsserver.js | 111750 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati… 111751 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h… 124197 …var moduleSourceFile = (symbol.flags & 1536 /* Module */) && symbol.declarations && ts.find(symbol… 124198 if (!moduleSourceFile) 124203 if (!exportEquals || !sourceFilesSet.has(moduleSourceFile.fileName)) 129601 var moduleSourceFile = ts.find(moduleSymbol.declarations, ts.isSourceFile); 129602 if (!moduleSourceFile) 129604 …/index.js") ? undefined : ts.tryRemoveSuffix(ts.removeFileExtension(moduleSourceFile.fileName), "/… 129605 var name = withoutIndex === undefined ? moduleSourceFile.fileName : withoutIndex; 139891 var moduleSourceFile = ts.find(symbol.declarations, ts.isSourceFile); [all …]
|
D | typescriptServices.js | 111944 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati… 111945 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h… 124766 …var moduleSourceFile = (symbol.flags & 1536 /* Module */) && symbol.declarations && ts.find(symbol… 124767 if (!moduleSourceFile) 124772 if (!exportEquals || !sourceFilesSet.has(moduleSourceFile.fileName)) 130170 var moduleSourceFile = ts.find(moduleSymbol.declarations, ts.isSourceFile); 130171 if (!moduleSourceFile) 130173 …/index.js") ? undefined : ts.tryRemoveSuffix(ts.removeFileExtension(moduleSourceFile.fileName), "/… 130174 var name = withoutIndex === undefined ? moduleSourceFile.fileName : withoutIndex; 140460 var moduleSourceFile = ts.find(symbol.declarations, ts.isSourceFile); [all …]
|
D | tsc.js | 91946 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati… 91947 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h…
|
D | typingsInstaller.js | 111739 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati… 111740 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h…
|