Searched refs:getAutomaticTypeDirectiveNames (Results 1 – 11 of 11) sorted by relevance
| /third_party/typescript/src/services/ |
| D | shims.ts | 301 getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string; method 1219 public getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string { 1224 return getAutomaticTypeDirectiveNames(compilerOptions, this.host);
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1238 …const existing = getAutomaticTypeDirectiveNames(this.getCompilerOptions(), this.directoryStructure…
|
| /third_party/typescript/src/compiler/ |
| D | moduleNameResolver.ts | 517 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos… function
|
| D | program.ts | 1212 …const typeReferences: string[] = rootNames.length ? getAutomaticTypeDirectiveNames(options, host) … constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
|
| D | typescriptServices.d.ts | 5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
|
| D | tsserverlibrary.d.ts | 5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
|
| D | typingsInstaller.js | 44394 function getAutomaticTypeDirectiveNames(options, host) { function 44436 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames; 121668 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt…
|
| D | tsc.js | 36425 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/ |
| D | typescript.d.ts | 5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
|
| D | tsserverlibrary.d.ts | 5332 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos…
|