Home
last modified time | relevance | path

Searched defs:exportingModuleSymbol (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertExport.ts56 readonly exportingModuleSymbol: Symbol; property
68 …const exportingModuleSymbol = isSourceFile(exportNode.parent) ? exportNode.parent.symbol : exportN… constant
/third_party/typescript/src/services/
DimportTracker.ts25 exportingModuleSymbol: Symbol; property
520 …const exportingModuleSymbol = Debug.checkDefined(ex.symbol.parent, "Expected export symbol to have… constant
631 …const exportingModuleSymbol = checker.getMergedSymbol(moduleSymbol); // Need to get merged symbol … constant
/third_party/typescript/lib/
DtypescriptServices.js123587 function handleDirectImports(exportingModuleSymbol) { argument
124950 …searchForImportsOfExport(node, symbol, { exportingModuleSymbol: ts.Debug.checkDefined(symbol.paren… property
125153 …tReference(sourceFiles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportNam… argument
125155 … { exportKind: isDefaultExport ? 1 /* Default */ : 0 /* Named */, exportingModuleSymbol: exporting… property
139112 …function getAllReExportingModules(importingFile, exportedSymbol, exportingModuleSymbol, symbolName… argument
Dtypescript.js123587 function handleDirectImports(exportingModuleSymbol) { argument
124950 …searchForImportsOfExport(node, symbol, { exportingModuleSymbol: ts.Debug.checkDefined(symbol.paren… property
125153 …tReference(sourceFiles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportNam… argument
125155 … { exportKind: isDefaultExport ? 1 /* Default */ : 0 /* Named */, exportingModuleSymbol: exporting… property
139112 …function getAllReExportingModules(importingFile, exportedSymbol, exportingModuleSymbol, symbolName… argument
Dtsserver.js123018 function handleDirectImports(exportingModuleSymbol) { argument
124381 …searchForImportsOfExport(node, symbol, { exportingModuleSymbol: ts.Debug.checkDefined(symbol.paren… property
124584 …tReference(sourceFiles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportNam… argument
124586 … { exportKind: isDefaultExport ? 1 /* Default */ : 0 /* Named */, exportingModuleSymbol: exporting… property
138543 …function getAllReExportingModules(importingFile, exportedSymbol, exportingModuleSymbol, symbolName… argument
Dtsserverlibrary.js123587 function handleDirectImports(exportingModuleSymbol) { argument
124950 …searchForImportsOfExport(node, symbol, { exportingModuleSymbol: ts.Debug.checkDefined(symbol.paren… property
125153 …tReference(sourceFiles, checker, cancellationToken, exportSymbol, exportingModuleSymbol, exportNam… argument
125155 … { exportKind: isDefaultExport ? 1 /* Default */ : 0 /* Named */, exportingModuleSymbol: exporting… property
139112 …function getAllReExportingModules(importingFile, exportedSymbol, exportingModuleSymbol, symbolName… argument