@@ -285,7 +285,7 @@ performance implications for some applications. See the
285285
286286## Class: fs.Dirent
287287<!-- YAML
288- added: REPLACEME
288+ added: v10.10.0
289289-->
290290
291291When [ ` fs.readdir() ` ] [ ] or [ ` fs.readdirSync() ` ] [ ] is called with the
@@ -294,7 +294,7 @@ When [`fs.readdir()`][] or [`fs.readdirSync()`][] is called with the
294294
295295### dirent.isBlockDevice()
296296<!-- YAML
297- added: REPLACEME
297+ added: v10.10.0
298298-->
299299
300300* Returns: {boolean}
@@ -303,7 +303,7 @@ Returns `true` if the `fs.Dirent` object describes a block device.
303303
304304### dirent.isCharacterDevice()
305305<!-- YAML
306- added: REPLACEME
306+ added: v10.10.0
307307-->
308308
309309* Returns: {boolean}
@@ -312,7 +312,7 @@ Returns `true` if the `fs.Dirent` object describes a character device.
312312
313313### dirent.isDirectory()
314314<!-- YAML
315- added: REPLACEME
315+ added: v10.10.0
316316-->
317317
318318* Returns: {boolean}
@@ -322,7 +322,7 @@ directory.
322322
323323### dirent.isFIFO()
324324<!-- YAML
325- added: REPLACEME
325+ added: v10.10.0
326326-->
327327
328328* Returns: {boolean}
@@ -332,7 +332,7 @@ Returns `true` if the `fs.Dirent` object describes a first-in-first-out
332332
333333### dirent.isFile()
334334<!-- YAML
335- added: REPLACEME
335+ added: v10.10.0
336336-->
337337
338338* Returns: {boolean}
@@ -341,7 +341,7 @@ Returns `true` if the `fs.Dirent` object describes a regular file.
341341
342342### dirent.isSocket()
343343<!-- YAML
344- added: REPLACEME
344+ added: v10.10.0
345345-->
346346
347347* Returns: {boolean}
@@ -350,7 +350,7 @@ Returns `true` if the `fs.Dirent` object describes a socket.
350350
351351### dirent.isSymbolicLink()
352352<!-- YAML
353- added: REPLACEME
353+ added: v10.10.0
354354-->
355355
356356* Returns: {boolean}
@@ -360,7 +360,7 @@ Returns `true` if the `fs.Dirent` object describes a symbolic link.
360360
361361### dirent.name
362362<!-- YAML
363- added: REPLACEME
363+ added: v10.10.0
364364-->
365365
366366* {string|Buffer}
@@ -2336,7 +2336,7 @@ this API: [`fs.open()`][].
23362336<!-- YAML
23372337added: v0.0.2
23382338changes:
2339- - version: REPLACEME
2339+ - version: v10.10.0
23402340 pr-url: https://github.com/nodejs/node/pull/22150
23412341 description: The `buffer` parameter can now be any `TypedArray`, or a
23422342 `DataView`.
@@ -2619,7 +2619,7 @@ the link path returned will be passed as a `Buffer` object.
26192619<!-- YAML
26202620added: v0.1.21
26212621changes:
2622- - version: REPLACEME
2622+ - version: v10.10.0
26232623 pr-url: https://github.com/nodejs/node/pull/22150
26242624 description: The `buffer` parameter can now be any `TypedArray` or a
26252625 `DataView`.
@@ -3353,7 +3353,7 @@ This happens when:
33533353<!-- YAML
33543354added: v0.0.2
33553355changes:
3356- - version: REPLACEME
3356+ - version: v10.10.0
33573357 pr-url: https://github.com/nodejs/node/pull/22150
33583358 description: The `buffer` parameter can now be any `TypedArray` or a
33593359 `DataView`
@@ -3456,7 +3456,7 @@ the end of the file.
34563456<!-- YAML
34573457added: v0.1.29
34583458changes:
3459- - version: REPLACEME
3459+ - version: v10.10.0
34603460 pr-url: https://github.com/nodejs/node/pull/22150
34613461 description: The `data` parameter can now be any `TypedArray` or a
34623462 `DataView`.
@@ -3517,7 +3517,7 @@ automatically.
35173517<!-- YAML
35183518added: v0.1.29
35193519changes:
3520- - version: REPLACEME
3520+ - version: v10.10.0
35213521 pr-url: https://github.com/nodejs/node/pull/22150
35223522 description: The `data` parameter can now be any `TypedArray` or a
35233523 `DataView`.
@@ -3545,7 +3545,7 @@ this API: [`fs.writeFile()`][].
35453545<!-- YAML
35463546added: v0.1.21
35473547changes:
3548- - version: REPLACEME
3548+ - version: v10.10.0
35493549 pr-url: https://github.com/nodejs/node/pull/22150
35503550 description: The `buffer` parameter can now be any `TypedArray` or a
35513551 `DataView`.
0 commit comments