Searched refs:getModeForFileReference (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/compiler/ |
D | resolutionCache.ts | 453 … const mode = !isString(entry) ? getModeForFileReference(entry, containingSourceFileMode) :
|
D | program.ts | 484 const mode = getModeForFileReference(name, containingFileMode); 516 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil… function 1403 … === "string" ? getModeForResolutionAtIndex(containingFile, i) : getModeForFileReference(n, contai…
|
D | utilities.ts | 226 …const mode = !isString(entry) ? getModeForFileReference(entry, oldSourceFile?.impliedNodeFormat) :…
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
|
D | typescriptServices.d.ts | 5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
|
D | tsserverlibrary.d.ts | 5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
|
D | typingsInstaller.js | 14729 …var mode = !ts.isString(entry) ? ts.getModeForFileReference(entry, oldSourceFile === null || oldSo… 121065 var mode = getModeForFileReference(name, containingFileMode); 121084 function getModeForFileReference(ref, containingFileMode) { function 121087 ts.getModeForFileReference = getModeForFileReference; 121848 … === "string" ? getModeForResolutionAtIndex(containingFile, i) : getModeForFileReference(n, contai… 126531 … var mode = !ts.isString(entry) ? ts.getModeForFileReference(entry, containingSourceFileMode) :
|
D | tsc.js | 11257 …var mode = !ts.isString(entry) ? ts.getModeForFileReference(entry, oldSourceFile === null || oldSo… 100426 var mode = getModeForFileReference(name, containingFileMode); 100440 function getModeForFileReference(ref, containingFileMode) { function 100443 ts.getModeForFileReference = getModeForFileReference; 101097 … === "string" ? getModeForResolutionAtIndex(containingFile, i) : getModeForFileReference(n, contai… 105129 … var mode = !ts.isString(entry) ? ts.getModeForFileReference(entry, containingSourceFileMode) :
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
|
D | tsserverlibrary.d.ts | 5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
|