fs: deprecate exists() and existsSync()
authorcjihrig <cjihrig@gmail.com>
Mon, 15 Dec 2014 18:58:37 +0000 (13:58 -0500)
committercjihrig <cjihrig@gmail.com>
Fri, 19 Dec 2014 15:27:48 +0000 (10:27 -0500)
commit56785958565378c9ba43c5bdf5c631f7738f95ab
treef1620dc26c8c4394e34fa07cdafb7434ac9c30bb
parenta5532674b09ebb10bee1bdd3c5c8ff44011a4912
fs: deprecate exists() and existsSync()

These methods don't follow standard conventions, and shouldn't
be used anyway.

Fixes: https://github.com/iojs/io.js/issues/103
PR-URL: https://github.com/iojs/io.js/pull/166
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
benchmark/misc/module-loader.js
doc/api/fs.markdown
lib/fs.js
test/common.js
test/parallel/test-child-process-spawn-error.js
test/parallel/test-fs-mkdir.js
test/parallel/test-fs-symlink-dir-junction.js
test/pummel/test-fs-watch-file-slow.js
test/sequential/test-regress-GH-3739.js