Searched defs:getCompilationSettings (Results 1 – 14 of 14) sorted by relevance
95 getCompilationSettings: getDefaultCompilerOptions, constant191 getCompilationSettings: () => result.options, constant
148 getCompilationSettings: function () { return options; }, method
3525 TypeScriptLS.prototype.getCompilationSettings = function () { method in TypeScriptLS
64 getCompilationSettings(): string; method416 public getCompilationSettings(): CompilerOptions { method in ts.LanguageServiceShimHostAdapter
244 getCompilationSettings(): CompilerOptions; method
56 getCompilationSettings(): CompilerOptions; method
7207 getCompilationSettings(): CompilerOptions; method
3361 getCompilationSettings(): CompilerOptions; method6224 getCompilationSettings(): CompilerOptions; method
107555 compilerHost.getCompilationSettings = function () { return compilerOptions; }; function
129260 compilerHost.getCompilationSettings = function () { return compilerOptions; }; function