Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/fs.js
AgeCommit message (Expand)Author
2021-05-27lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung
2021-04-28src: fix validation of negative offset to avoid abortJames M Snell
2021-04-28typings: add JSDoc typings for fsVoltrex
2021-04-13fs: use byteLength to handle ArrayBuffer viewsMichaël Zasso
2021-04-12fs: validate encoding to binding.writeString()cjihrig
2021-04-06fs: move constants to internal/fs/utils.jsDarshan Sen
2021-03-20fs: remove permissive rmdir recursiveAntoine du Hamel
2021-03-19lib: aggregate errors to avoid error swallowingAntoine du Hamel
2021-03-19fs: runtime deprecate rmdir recursive optionAntoine du Hamel
2021-03-13lib: use AbortError consistentlyJames M Snell
2021-03-03lib: remove use of array destructuringAntoine du Hamel
2021-03-01fs: fix flag and mode validationJames M Snell
2021-02-26fs: fix writeFile signal does not close fileNitzan Uziely
2021-02-26fs: fixup negative length in fs.truncateJames M Snell
2021-02-19bootstrap: include fs module into the builtin snapshotJoyee Cheung
2021-02-06fs: allow passing negative zero fdDarshan Sen
2021-02-05fs: use a default callback for fs.close()James M Snell
2021-02-05fs: add AbortSignal support to watchBenjamin Gruenbaum
2021-01-27fs: add validatePosition and use in read and readSyncDarshan Sen
2021-01-27lib: refactor to use validateFunctionZiJian Liu
2021-01-24fs: use throwIfNoEntry option on statSync callsAntoine du Hamel
2021-01-23fs: refactor to remove redundant validationDarshan Sen
2021-01-23lib: refactor to use validateBooleanZiJian Liu
2021-01-13fs: allow `position` parameter to be a `BigInt` in read and readSyncraisinten
2021-01-06fs: refactor to avoid unsafe array iterationAntoine du Hamel
2020-12-29lib: refactor to use validateCallbackZiJian Liu
2020-12-21fs: refactor to use optional chainingZiJian Liu
2020-11-27fs: refactor to use more primordialsAntoine du Hamel
2020-11-19lib: add throws option to fs.f/l/statSyncAndrew Casey
2020-11-10fs: support abortsignal in writeFileBenjamin Gruenbaum
2020-11-07fs: remove unused assignmentRich Trott
2020-11-06fs: add support for AbortSignal in readFileBenjamin Gruenbaum
2020-10-16fs: remove unused assignmentRich Trott
2020-10-15fs: deprecation warning on recursive rmdirIan Sutherland
2020-10-13lib: fix readFile flag option typoDaniil Demidovich
2020-10-11fs: remove extraneous assignments in rmdir()cjihrig
2020-10-08fs: add rm methodIan Sutherland
2020-10-06fs: do not throw exception after creating FSReqCallbackAnna Henningsen
2020-10-04fs: simplify realpathSynchimself65
2020-09-16fs: loosen validation to allow objects with an own toString functionJordan Harband
2020-06-25fs: fix realpath inode link cachingDenys Otrishko
2020-06-23fs: implement lutimesMaël Nison
2020-05-30fs: support util.promisify for fs.readvLucas Holmquist
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-09fs: add .ref() and .unref() methods to watcher classesrickyes
2020-04-02fs: make parameters optional for readSyncLucas Holmquist
2020-03-30fs: fix fs.read when passing null valuehimself65
2020-03-30fs: add fs.readv()Sk Sajidul Kadir
2020-03-28fs: fixup error message for invalid options.recursiveJames M Snell
2020-03-11fs: make fs.read params optionalLucas Holmquist