added tests

This commit is contained in:
Vladimir Matveev
2016-06-29 20:59:39 -07:00
parent 74d8d656f1
commit e72bb57b9a
2 changed files with 42 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ namespace ts.server {
/**
* maps external project file name to list of config files that were the part of this project
*/
private readonly externalProjectToConfiguredProjectMap: Map<NormalizedPath[]>;
private readonly externalProjectToConfiguredProjectMap: Map<NormalizedPath[]> = {};
/**
* external projects (configuration and list of root files is not controlled by tsserver)