Skip to content

Commit 61f1c16

Browse files
cevekblakeembrey
authored andcommitted
Add missing implementations to service host (#366)
1 parent 28697b1 commit 61f1c16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ export function register (options: Options = {}): Register {
278278
},
279279
getDirectories: getDirectories,
280280
directoryExists: directoryExists,
281+
fileExists: fileExists,
282+
readFile: getFile,
283+
readDirectory: ts.sys.readDirectory,
281284
getNewLine: () => EOL,
282285
getCurrentDirectory: () => cwd,
283286
getCompilationSettings: () => config.options,

0 commit comments

Comments
 (0)