node/lib/internal/fs
Lucas Holmquist bb6f944607
fs: add noop stub for FSWatcher.prototype.start
* Motivation: In a previous PR, #29905, I made this method a private
method since it had no value to the user.

There was discussion that maybe it should have been a runtime
deprecation first, but was ultimatley decided that for this
type of method, a noop stub was a better option.

This Adds back in the method, but as a noop stub, while also keeping
the real implementation private

PR-URL: https://github.com/nodejs/node/pull/30160
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-11-16 23:59:06 -08:00
..
dir.js fs: add bufferSize option to fs.opendir() 2019-10-31 11:34:45 +01:00
promises.js http2: allow passing FileHandle to respondWithFD 2019-10-09 23:54:43 +02:00
read_file_context.js fs: improve readFile performance 2019-04-07 11:28:15 +02:00
rimraf.js fs: add recursive option to rmdir() 2019-08-23 13:59:07 -07:00
streams.js doc: add missing deprecation code 2019-10-22 14:13:37 +01:00
sync_write_stream.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
utils.js fs: introduce opendir() and fs.Dir 2019-10-08 10:34:48 -07:00
watchers.js fs: add noop stub for FSWatcher.prototype.start 2019-11-16 23:59:06 -08:00