summaryrefslogtreecommitdiff
path: root/lib/internal/fs/dir.js
Commit message (Expand)AuthorAgeFilesLines
* fs: make readdir recursive algorithm iterativeEthan Arrowood2023-05-101-2/+0
* fs: add recursive option to readdir and opendirEthan Arrowood2023-04-201-16/+77
* fs: add trailing commas in source filesAntoine du Hamel2023-02-201-9/+9
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-4/+4
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+1
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-4/+4
* fs: refactor to avoid unsafe array iterationAntoine du Hamel2021-01-061-3/+3
* lib: refactor to use validateCallbackZiJian Liu2020-12-291-9/+6
* fs: pass ERR_DIR_CLOSED asynchronously to dir.closeZijian Liu2020-11-271-5/+14
* fs: refactor to use more primordialsAntoine du Hamel2020-11-271-8/+15
* fs: forbid concurrent operations on Dir handleAnna Henningsen2020-05-151-0/+35
* lib: removes unnecessary paramsJesus Hernandez2020-04-101-1/+1
* lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin2019-12-161-1/+2
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* lib: flatten access to primordialsMichaƫl Zasso2019-11-251-2/+4
* fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen2019-10-281-3/+13
* fs: buffer dir entries in opendir()Anna Henningsen2019-10-111-1/+26
* fs: remove options.encoding from Dir.read*()Jeremiah Senkpiel2019-10-091-8/+4
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-081-0/+201