We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd3e9f2 + 8e472db commit 823df85Copy full SHA for 823df85
src/compiler/sys.ts
@@ -373,9 +373,6 @@ namespace ts {
373
}
374
375
376
- /**
377
- * @param watcherPath is the path from which the watcher is triggered.
378
- */
379
function fileEventHandler(eventName: string, relativeFileName: string, baseDirPath: Path) {
380
// When files are deleted from disk, the triggered "rename" event would have a relativefileName of "undefined"
381
const filePath = typeof relativeFileName !== "string"
0 commit comments