8000 Shim out directoryExists · microsoft/TypeScript@90e38eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 90e38eb

Browse files
committed
Shim out directoryExists
1 parent 6058b3e commit 90e38eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tsserver/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ namespace ts.server {
482482
getExecutingFilePath: () => "", // TODO:
483483
getCurrentDirectory: () => "", //TODO
484484
createHash: (data: string) => data,
485+
directoryExists: (_path) => false, // TODO
485486
} as ServerHost;
486487

487488
sys.args = []; // TODO

0 commit comments

Comments
 (0)
0