File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3573,6 +3573,22 @@ Instantiating classes without the `new` qualifier exported by the `node:repl` mo
35733573It is recommended to use the ` new ` qualifier instead. This applies to all REPL classes, including
35743574` REPLServer ` and ` Recoverable ` .
35753575
3576+ <!-- md-lint skip-deprecation DEP0186 -->
3577+
3578+ ### DEP0187: Passing invalid argument types to ` fs.existsSync `
3579+
3580+ <!-- YAML
3581+ changes:
3582+ - version: REPLACEME
3583+ pr-url: https://github.com/nodejs/node/pull/55892
3584+ description: Documentation-only.
3585+ -->
3586+
3587+ Type: Documentation-only
3588+
3589+ Passing non-supported argument types is deprecated and, instead of returning ` false ` ,
3590+ will throw an error in a future version.
3591+
35763592[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
35773593[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
35783594[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
You can’t perform that action at this time.
0 commit comments