aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/watch/fs.watchFile.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-05feat(runtime): Implement `fs.watchFile` (#4467)Gravatar dave caruso 1-0/+121
* really lame prototype * uses threads but badly * it works i guess * unwatchFile but lame * it works * test * a * aomitcs * fix unwatching race condition * use hasPendingActivity and GC stuff better * test * revert this