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
7189 getCompilationSettings(): CompilerOptions; method
3346 getCompilationSettings(): CompilerOptions; method6209 getCompilationSettings(): CompilerOptions; method
107428 compilerHost.getCompilationSettings = function () { return compilerOptions; }; function
129127 compilerHost.getCompilationSettings = function () { return compilerOptions; }; function