File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3772,6 +3772,20 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c
3772
3772
3773
3773
<!-- md-lint skip-deprecation DEP0186 -->
3774
3774
3775
+ ### DEP0187: Passing invalid argument types to ` fs.existsSync `
3776
+
3777
+ <!-- YAML
3778
+ changes:
3779
+ - version: REPLACEME
3780
+ pr-url: https://github.com/nodejs/node/pull/55892
3781
+ description: Documentation-only.
3782
+ -->
3783
+
3784
+ Type: Documentation-only
3785
+
3786
+ Passing non-supported argument types is deprecated and, instead of returning ` false ` ,
3787
+ will throw an error in a future version.
3788
+
3775
3789
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3776
3790
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3777
3791
[ 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