0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/lib/internal/fs
Ruben Bridgewater d4c91f2814
lib: remove internal util._extends() usage
This removes all internal calls to the deprecated `_extends()`
function. It is slower than `Object.assign()` and the object spread
notation since V8 6.8 and using the spread notation often also
results in shorter code.

PR-URL: https://github.com/nodejs/node/pull/25105
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2018-12-20 13:52:44 +01:00
..
promises.js fs: make process.binding('fs') internal 2018-11-16 21:56:29 +09:00
read_file_context.js fs: make process.binding('fs') internal 2018-11-16 21:56:29 +09:00
streams.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
sync_write_stream.js lib: use ES6 class inheritance style 2018-12-05 16:55:00 +01:00
utils.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
watchers.js lib: use ES6 class inheritance style 2018-12-05 16:55:00 +01:00