Skip to content

Commit

Permalink
Remove realpath support in compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed May 25, 2019
1 parent d117650 commit 9691206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ export function register (opts: Options = {}): Register {
readDirectory: debugFn('readDirectory', ts.sys.readDirectory),
getDirectories: debugFn('getDirectories', ts.sys.getDirectories),
directoryExists: cachedLookup(debugFn('directoryExists', ts.sys.directoryExists)),
realpath: debugFn('realpath', ts.sys.realpath!),
getNewLine: () => ts.sys.newLine,
useCaseSensitiveFileNames: () => ts.sys.useCaseSensitiveFileNames,
getCurrentDirectory: () => cwd,
Expand Down

0 comments on commit 9691206

Please sign in to comment.