From b18cbc630045711dfaad594e288c722621def035 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Thu, 11 Feb 2016 17:29:01 -0800 Subject: [PATCH] address PR feedback --- src/compiler/sys.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/sys.ts b/src/compiler/sys.ts index 57dbd7044a..c2d4f44972 100644 --- a/src/compiler/sys.ts +++ b/src/compiler/sys.ts @@ -466,6 +466,7 @@ namespace ts { File, Directory } + function fileSystemEntryExists(path: string, entryKind: FileSystemEntryKind): boolean { try { const stat = _fs.statSync(path);