Break many functions out of services.ts and into their own modules.

This commit is contained in:
Andy Hanson
2016-09-07 07:04:46 -07:00
parent 4685646281
commit 4d6bd9df72
17 changed files with 7148 additions and 7114 deletions

View File

@@ -1566,7 +1566,7 @@ namespace ts.server {
this.setCompilerOptions(defaultOpts);
}
this.languageService = ts.createLanguageService(this.host, this.documentRegistry);
this.classifier = ts.createClassifier();
this.classifier = ts.Classifier.createClassifier();
}
setCompilerOptions(opt: ts.CompilerOptions) {