| /third_party/typescript/src/services/ |
| D | shims.ts | 299 getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string; method 1209 public getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string { 1214 return getAutomaticTypeDirectiveNames(compilerOptions, this.host);
|
| /third_party/typescript/src/compiler/ |
| D | moduleNameResolver.ts | 411 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos… function
|
| D | program.ts | 973 …const typeReferences: string[] = rootNames.length ? getAutomaticTypeDirectiveNames(options, host) … constant
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1117 …const existing = getAutomaticTypeDirectiveNames(this.getCompilerOptions(), this.directoryStructure…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4703 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
|
| D | typescriptServices.d.ts | 4703 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
|
| D | tsserverlibrary.d.ts | 4703 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
|
| D | tsserverlibrary.js | 39659 function getAutomaticTypeDirectiveNames(options, host) { function 39695 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames; 107072 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt… 152620 … CoreServicesShimObject.prototype.getAutomaticTypeDirectiveNames = function (compilerOptionsJson) { method in CoreServicesShimObject 152624 return ts.getAutomaticTypeDirectiveNames(compilerOptions, _this.host); 154773 …var existing = ts.getAutomaticTypeDirectiveNames(this.getCompilerOptions(), this.directoryStructur…
|
| D | tsserver.js | 39465 function getAutomaticTypeDirectiveNames(options, host) { function 39501 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames; 106878 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt… 152051 … CoreServicesShimObject.prototype.getAutomaticTypeDirectiveNames = function (compilerOptionsJson) { method in CoreServicesShimObject 152055 return ts.getAutomaticTypeDirectiveNames(compilerOptions, _this.host); 154579 …var existing = ts.getAutomaticTypeDirectiveNames(this.getCompilerOptions(), this.directoryStructur…
|
| D | typescript.js | 39659 function getAutomaticTypeDirectiveNames(options, host) { function 39695 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames; 107072 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt… 152620 … CoreServicesShimObject.prototype.getAutomaticTypeDirectiveNames = function (compilerOptionsJson) { method in CoreServicesShimObject 152624 return ts.getAutomaticTypeDirectiveNames(compilerOptions, _this.host);
|
| D | typescriptServices.js | 39659 function getAutomaticTypeDirectiveNames(options, host) { function 39695 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames; 107072 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt… 152620 … CoreServicesShimObject.prototype.getAutomaticTypeDirectiveNames = function (compilerOptionsJson) { method in CoreServicesShimObject 152624 return ts.getAutomaticTypeDirectiveNames(compilerOptions, _this.host);
|
| D | tsc.js | 32187 function getAutomaticTypeDirectiveNames(options, host) { function 32216 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames; 87777 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt…
|
| D | typingsInstaller.js | 39454 function getAutomaticTypeDirectiveNames(options, host) { function 39490 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames; 106867 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4935 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
|
| D | tsserverlibrary.d.ts | 4935 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
|