Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: suggest alternatives to deprecated APs
At the moment users who want to use `fs.exists` get a warning that the method is deprecated but do not get offered an alternative in the page. This PR suggests `fs.stat` and `fs.access` as alternatives while keeping the warning about the use case in place. Fixes: #1002 PR-URL: #1007 Reviewed-By: Brian White <[email protected]> Reviewed-By: Christian Tellnes <[email protected]>
- Loading branch information