summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs/_fs_watch.ts
AgeCommit message (Expand)Author
2024-08-07fix: `rename` watch event missing (#24893)Marvin Hagemeister
2024-07-31fix(node/fs/promises): watch should be async iterable (#24805)Marvin Hagemeister
2024-03-20fix(ext/node): FsWatcher ref and unref (#22987)Divy Srivastava
2024-03-16fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)Divy Srivastava
2024-03-06fix(node): stat/statSync returns instance of fs.Stats (#22294)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk