-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
var fs = require('fs');
fs.watch('test/file.jsx', {}, (event, filename) => {
console.log('Changed file', filename);
});
- Changes to a file file.js will yield change events for file.jsx
- Changes to file file.j will yield changes events file.js
Note: Tested on Windows 10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.