/third_party/typescript/src/services/ |
D | goToDefinition.ts | 128 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/ |
D | harnessIO.ts | 1319 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/ |
D | parserharness.ts | 1941 function referencePath(filename: string) { 2001 var refFilename = referencePath(relativeFilename); 2028 var refFilename = referencePath(relativeFilename);
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 1941 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);
|
D | parserharness.errors.txt | 2271 function referencePath(filename: string) { 2331 var refFilename = referencePath(relativeFilename); 2358 var refFilename = referencePath(relativeFilename);
|
D | parserharness.symbols | 5799 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))
|
D | parserharness.types | 7975 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/ |
D | utilities.ts | 4391 …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/ |
D | tsserverlibrary.js | 17483 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 };
|
D | typescript.js | 17483 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 };
|
D | tsserver.js | 17289 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 };
|
D | typescriptServices.js | 17483 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 };
|
D | tsc.js | 13473 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument 13475 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec… 13479 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;
|
D | typingsInstaller.js | 17278 function getExternalModuleNameFromPath(host, fileName, referencePath) { argument 17280 …var dir = ts.toPath(referencePath ? ts.getDirectoryPath(referencePath) : host.getCommonSourceDirec… 17284 return referencePath ? ts.ensurePathIsNonModuleName(extensionless) : extensionless;
|