Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DresolutionCache.ts453 … const mode = !isString(entry) ? getModeForFileReference(entry, containingSourceFileMode) :
Dprogram.ts484 const mode = getModeForFileReference(name, containingFileMode);
516 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil… function
1403 … === "string" ? getModeForResolutionAtIndex(containingFile, i) : getModeForFileReference(n, contai…
Dutilities.ts226 …const mode = !isString(entry) ? getModeForFileReference(entry, oldSourceFile?.impliedNodeFormat) :…
/third_party/typescript/lib/
Dtypescript.d.ts5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
DtypescriptServices.d.ts5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
Dtsserverlibrary.d.ts5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
DtypingsInstaller.js14729 …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) :
Dtsc.js11257 …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/
Dtypescript.d.ts5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
Dtsserverlibrary.d.ts5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…