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
7213 getCompilationSettings(): CompilerOptions; method
3367 getCompilationSettings(): CompilerOptions; method6230 getCompilationSettings(): CompilerOptions; method
107611 compilerHost.getCompilationSettings = function () { return compilerOptions; }; function
129320 compilerHost.getCompilationSettings = function () { return compilerOptions; }; function