Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dshims.ts299 getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string; method
1209 public getAutomaticTypeDirectiveNames(compilerOptionsJson: string): string {
1214 return getAutomaticTypeDirectiveNames(compilerOptions, this.host);
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts411 …export function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHos… function
Dprogram.ts973 …const typeReferences: string[] = rootNames.length ? getAutomaticTypeDirectiveNames(options, host) … constant
/third_party/typescript/src/server/
Dproject.ts1117 …const existing = getAutomaticTypeDirectiveNames(this.getCompilerOptions(), this.directoryStructure…
/third_party/typescript/lib/
Dtypescript.d.ts4703 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
DtypescriptServices.d.ts4703 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
Dtsserverlibrary.d.ts4703 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
Dtsserverlibrary.js39659 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…
Dtsserver.js39465 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…
Dtypescript.js39659 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);
DtypescriptServices.js39659 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);
Dtsc.js32187 function getAutomaticTypeDirectiveNames(options, host) { function
32216 ts.getAutomaticTypeDirectiveNames = getAutomaticTypeDirectiveNames;
87777 …var typeReferences = rootNames.length ? ts.getAutomaticTypeDirectiveNames(options, host) : ts.empt…
DtypingsInstaller.js39454 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/
Dtypescript.d.ts4935 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…
Dtsserverlibrary.d.ts4935 …function getAutomaticTypeDirectiveNames(options: CompilerOptions, host: ModuleResolutionHost): str…