Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts476 …string, redirectedReference: ResolvedProjectReference | undefined, containingFileMode: SourceFile[…
484 const mode = getModeForFileReference(name, containingFileMode);
516 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
517 return (isString(ref) ? containingFileMode : ref.resolutionMode) || containingFileMode;
1102 …iningFile: string, redirectedReference?: ResolvedProjectReference, containingFileMode?: SourceFile…
1104containingFileMode) => host.resolveTypeReferenceDirectives!(Debug.checkEachDefined(typeDirectiveNa…
1117containingFileMode) => loadWithTypeDirectiveCache<ResolvedTypeReferenceDirective>(Debug.checkEachD…
1397 …const containingFileMode = !isString(containingFile) ? containingFile.impliedNodeFormat : undefine… constant
1403 … ? getModeForResolutionAtIndex(containingFile, i) : getModeForFileReference(n, containingFileMode);
1435 …const containingFileMode = !isString(containingFile) ? containingFile.impliedNodeFormat : undefine… constant
[all …]
DwatchPublic.ts115 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
372 …ns, containingFileMode) => resolutionCache.resolveTypeReferenceDirectives(typeDirectiveNames, cont…
DresolutionCache.ts10 …iningFile: string, redirectedReference?: ResolvedProjectReference, containingFileMode?: SourceFile…
567 …iningFile: string, redirectedReference?: ResolvedProjectReference, containingFileMode?: SourceFile…
577 containingSourceFileMode: containingFileMode
DtsbuildPublic.ts310containingFileMode: SourceFile["impliedNodeFormat"] | undefined) => resolveTypeReferenceDirective(…
311 …(typeReferenceDirectiveNames, containingFile, redirectedReference, _options, containingFileMode) =>
312 …ned(typeReferenceDirectiveNames), containingFile, redirectedReference, containingFileMode, loader);
Dtypes.ts7349 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
/third_party/typescript/src/services/
Dtypes.ts289 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
/third_party/typescript/src/server/
Dproject.ts587 …dReference?: ResolvedProjectReference, _options?: CompilerOptions, containingFileMode?: SourceFile…
588 …peReferenceDirectives(typeDirectiveNames, containingFile, redirectedReference, containingFileMode);
/third_party/typescript/lib/
Dtsserverlibrary.d.ts3466 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
5810 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
6212 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
10588 …dReference?: ResolvedProjectReference, _options?: CompilerOptions, containingFileMode?: SourceFile…
Dtypescript.d.ts3466 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
5810 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
6212 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
DtypescriptServices.d.ts3466 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
5810 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
6212 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
DtypingsInstaller.js121056 …oadWithTypeDirectiveCache(names, containingFile, redirectedReference, containingFileMode, loader) { argument
121065 var mode = getModeForFileReference(name, containingFileMode);
121084 function getModeForFileReference(ref, containingFileMode) { argument
121085 return (ts.isString(ref) ? containingFileMode : ref.resolutionMode) || containingFileMode;
121573containingFileMode) { return host.resolveTypeReferenceDirectives(ts.Debug.checkEachDefined(typeDir… argument
121578containingFileMode) { return loadWithTypeDirectiveCache(ts.Debug.checkEachDefined(typeReferenceDir…
121841 …var containingFileMode = !ts.isString(containingFile) ? containingFile.impliedNodeFormat : undefin…
121848 … ? getModeForResolutionAtIndex(containingFile, i) : getModeForFileReference(n, containingFileMode);
121881 …var containingFileMode = !ts.isString(containingFile) ? containingFile.impliedNodeFormat : undefin…
121884 …ectiveNamesWorker(typeDirectiveNames, containingFileName, redirectedReference, containingFileMode);
[all …]
Dtsc.js100417 …oadWithTypeDirectiveCache(names, containingFile, redirectedReference, containingFileMode, loader) { argument
100426 var mode = getModeForFileReference(name, containingFileMode);
100440 function getModeForFileReference(ref, containingFileMode) { argument
100441 return (ts.isString(ref) ? containingFileMode : ref.resolutionMode) || containingFileMode;
100854containingFileMode) { return host.resolveTypeReferenceDirectives(ts.Debug.checkEachDefined(typeDir… argument
100859containingFileMode) { return loadWithTypeDirectiveCache(ts.Debug.checkEachDefined(typeReferenceDir…
101091 …var containingFileMode = !ts.isString(containingFile) ? containingFile.impliedNodeFormat : undefin…
101097 … ? getModeForResolutionAtIndex(containingFile, i) : getModeForFileReference(n, containingFileMode);
101125 …var containingFileMode = !ts.isString(containingFile) ? containingFile.impliedNodeFormat : undefin…
101128 …ectiveNamesWorker(typeDirectiveNames, containingFileName, redirectedReference, containingFileMode);
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3466 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
5810 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
6212 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
10588 …dReference?: ResolvedProjectReference, _options?: CompilerOptions, containingFileMode?: SourceFile…
Dtypescript.d.ts3466 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
5530 …export function getModeForFileReference(ref: FileReference | string, containingFileMode: SourceFil…
5810 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…
6212 …e: ResolvedProjectReference | undefined, options: CompilerOptions, containingFileMode?: SourceFile…