Merge pull request #9002 from zhengbli/moreTsserverTests

Add tests for tsserver project system
This commit is contained in:
Zhengbo Li
2016-06-07 21:56:09 -07:00
4 changed files with 300 additions and 22 deletions
+1
View File
@@ -2919,6 +2919,7 @@ namespace ts {
const changesInCompilationSettingsAffectSyntax = oldSettings &&
(oldSettings.target !== newSettings.target ||
oldSettings.module !== newSettings.module ||
oldSettings.moduleResolution !== newSettings.moduleResolution ||
oldSettings.noResolve !== newSettings.noResolve ||
oldSettings.jsx !== newSettings.jsx ||
oldSettings.allowJs !== newSettings.allowJs);