Updated Using the Compiler API (markdown)

Daniel Rosenwasser 2017-06-19 17:20:03 -07:00
Родитель 623420e22a
Коммит 00138723bc
1 изменённых файлов: 3 добавлений и 0 удалений

@ -168,6 +168,9 @@ function watch(rootFileNames: string[], options: ts.CompilerOptions) {
getCurrentDirectory: () => process.cwd(),
getCompilationSettings: () => options,
getDefaultLibFileName: (options) => ts.getDefaultLibFilePath(options),
fileExists: ts.sys.fileExists,
readFile: ts.sys.readFile,
readDirectory: ts.sys.readDirectory,
};
// Create the language service files