Fix non-complete implementation of a language service

Maxim 2020-03-24 09:45:31 +00:00 коммит произвёл GitHub
Родитель 466551af20
Коммит 7a88664eb8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

@ -397,7 +397,9 @@ function watch(rootFileNames: string[], options: ts.CompilerOptions) {
getDefaultLibFileName: options => ts.getDefaultLibFilePath(options),
fileExists: ts.sys.fileExists,
readFile: ts.sys.readFile,
readDirectory: ts.sys.readDirectory
readDirectory: ts.sys.readDirectory,
directoryExists: ts.sys.directoryExists,
getDirectories: ts.sys.getDirectories,
};
// Create the language service files