Skip to content

Commit

Permalink
Add missing implementations to service host (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
cevek authored and blakeembrey committed Jun 21, 2017
1 parent 28697b1 commit 61f1c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ export function register (options: Options = {}): Register {
},
getDirectories: getDirectories,
directoryExists: directoryExists,
fileExists: fileExists,
readFile: getFile,
readDirectory: ts.sys.readDirectory,
getNewLine: () => EOL,
getCurrentDirectory: () => cwd,
getCompilationSettings: () => config.options,
Expand Down

0 comments on commit 61f1c16

Please sign in to comment.