Home
last modified time | relevance | path

Searched refs:getAutomaticTypeDirectiveNames (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/services/
Dshims.ts301 getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string; method
1219 public getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string {
1224 return getAutomaticTypeDirectiveNames(compilerOptions, this.host);
/third_party/typescript/src/server/
Dproject.ts1238 …const existing = getAutomaticTypeDirectiveNames(this.getCompilerOptions(), this.directoryStructure…
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts517 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos… function
Dprogram.ts1212 …const typeReferences: string[] = rootNames.length ? getAutomaticTypeDirectiveNames(options, host) … constant
/third_party/typescript/lib/
Dtypescript.d.ts5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
DtypescriptServices.d.ts5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
Dtsserverlibrary.d.ts5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
DtypingsInstaller.js44394 function getAutomaticTypeDirectiveNames(options, host) { function
44436 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames;
121668 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt…
Dtsc.js36425 function getAutomaticTypeDirectiveNames(options, host) { function
36460 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames;
100932 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
Dtsserverlibrary.d.ts5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…