Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Drename.ts63 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
DfindAllReferences.ts734 …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/
DfixAddMissingMember.ts154 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/
DmoduleSpecifiers.ts105 …const moduleSourceFile = getSourceFileOfNode(moduleSymbol.valueDeclaration || getNonAugmentationDe… constant
106 …const modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName,…
/third_party/typescript/lib/
Dtsserverlibrary.js111944 …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 …]
Dtypescript.js111944 …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 …]
Dtsserver.js111750 …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 …]
DtypescriptServices.js111944 …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 …]
Dtsc.js91946 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati…
91947 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h…
DtypingsInstaller.js111739 …var moduleSourceFile = ts.getSourceFileOfNode(moduleSymbol.valueDeclaration || ts.getNonAugmentati…
111740 …var modulePaths = getAllModulePaths(importingSourceFile.path, moduleSourceFile.originalFileName, h…