Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DgoToDefinition.ts128 const referencePath = findReferenceInPosition(sourceFile.referencedFiles, position); constant
129 if (referencePath) {
130 const file = program.getSourceFileFromReference(sourceFile, referencePath);
131 return file && { reference: referencePath, file };
/third_party/typescript/src/harness/
DharnessIO.ts1319 function referencePath(fileName: string, baselineFolder?: string, subfolder?: string) { function
1347 …const refFileName = referencePath(relativeFileName, opts && opts.Baselinefolder, opts && opts.Subf…
1439 …const referenceDir = referencePath(relativeFileBase, opts && opts.Baselinefolder, opts && opts.Sub…
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1941 function referencePath(filename: string) {
2001 var refFilename = referencePath(relativeFilename);
2028 var refFilename = referencePath(relativeFilename);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1941 function referencePath(filename: string) { function
2001 var refFilename = referencePath(relativeFilename);
2028 var refFilename = referencePath(relativeFilename);
3756 function referencePath(filename) { function
3808 var refFilename = referencePath(relativeFilename);
3828 var refFilename = referencePath(relativeFilename);
Dparserharness.errors.txt2271 function referencePath(filename: string) {
2331 var refFilename = referencePath(relativeFilename);
2358 var refFilename = referencePath(relativeFilename);
Dparserharness.symbols5799 function referencePath(filename: string) {
5800 >referencePath : Symbol(referencePath, Decl(parserharness.ts, 1937, 9))
5938 var refFilename = referencePath(relativeFilename);
5940 >referencePath : Symbol(referencePath, Decl(parserharness.ts, 1937, 9))
6013 var refFilename = referencePath(relativeFilename);
6015 >referencePath : Symbol(referencePath, Decl(parserharness.ts, 1937, 9))
Dparserharness.types7975 function referencePath(filename: string) {
7976 >referencePath : (filename: string) => string
8175 var refFilename = referencePath(relativeFilename);
8177 >referencePath(relativeFilename) : string
8178 >referencePath : (filename: string) => string
8281 var refFilename = referencePath(relativeFilename);
8283 >referencePath(relativeFilename) : string
8284 >referencePath : (filename: string) => string
/third_party/typescript/src/compiler/
Dutilities.ts4391 …NameFromPath(host: ResolveModuleNameResolutionHost, fileName: string, referencePath?: string): str…
4393 …const dir = toPath(referencePath ? getDirectoryPath(referencePath) : host.getCommonSourceDirectory…
4397 return referencePath ? ensurePathIsNonModuleName(extensionless) : extensionless;
/third_party/typescript/lib/
Dtsserverlibrary.js17483 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument
17485 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec…
17489 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;
126975 var referencePath = findReferenceInPosition(sourceFile.referencedFiles, position);
126976 if (referencePath) {
126977 var file = program.getSourceFileFromReference(sourceFile, referencePath);
126978 return file && { reference: referencePath, file: file };
Dtypescript.js17483 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument
17485 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec…
17489 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;
126975 var referencePath = findReferenceInPosition(sourceFile.referencedFiles, position);
126976 if (referencePath) {
126977 var file = program.getSourceFileFromReference(sourceFile, referencePath);
126978 return file && { reference: referencePath, file: file };
Dtsserver.js17289 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument
17291 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec…
17295 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;
126406 var referencePath = findReferenceInPosition(sourceFile.referencedFiles, position);
126407 if (referencePath) {
126408 var file = program.getSourceFileFromReference(sourceFile, referencePath);
126409 return file && { reference: referencePath, file: file };
DtypescriptServices.js17483 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument
17485 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec…
17489 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;
126975 var referencePath = findReferenceInPosition(sourceFile.referencedFiles, position);
126976 if (referencePath) {
126977 var file = program.getSourceFileFromReference(sourceFile, referencePath);
126978 return file && { reference: referencePath, file: file };
Dtsc.js13473 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument
13475 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec…
13479 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;
DtypingsInstaller.js17278 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument
17280 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec…
17284 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;