-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
courtesy of @billti
Recursive directory watching for Windows and OSX is landing in node master: nodejs/node#2649
This enables watching a folder recursively on Windows (was already available on OS X). Under the covers this is a change in libuv (which abstracts away the OS) and uses the ‘watchSubtree’ option on the Win32 ReadDirectoryChanges function – so it should be highly reliable. (libuv change viewable here).
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue