File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -6662,7 +6662,7 @@ the file contents.
6662
6662
[` fs .copyFile ()` ]: #fs_fs_copyfile_src_dest_mode_callback
6663
6663
[` fs .createReadStream ()` ]: #fs_fs_createreadstream_path_options
6664
6664
[` fs .createWriteStream ()` ]: #fs_fs_createwritestream_path_options
6665
- [` fs .exists ()` ]: fs.md #fs_fs_exists_path_callback
6665
+ [` fs .exists ()` ]: #fs_fs_exists_path_callback
6666
6666
[` fs .fstat ()` ]: #fs_fs_fstat_fd_options_callback
6667
6667
[` fs .ftruncate ()` ]: #fs_fs_ftruncate_fd_len_callback
6668
6668
[` fs .futimes ()` ]: #fs_fs_futimes_fd_atime_mtime_callback
Original file line number Diff line number Diff line change @@ -2763,7 +2763,7 @@ cases:
2763
2763
[ `process.hrtime()` ] : #process_process_hrtime_time
2764
2764
[ `process.hrtime.bigint()` ] : #process_process_hrtime_bigint
2765
2765
[ `process.kill()` ] : #process_process_kill_pid_signal
2766
- [ `process.setUncaughtExceptionCaptureCallback()` ] : process.md #process_process_setuncaughtexceptioncapturecallback_fn
2766
+ [ `process.setUncaughtExceptionCaptureCallback()` ] : #process_process_setuncaughtexceptioncapturecallback_fn
2767
2767
[ `promise.catch()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch
2768
2768
[ `queueMicrotask()` ] : globals.md#globals_queuemicrotask_callback
2769
2769
[ `readable.read()` ] : stream.md#stream_readable_read_size
@@ -2773,7 +2773,7 @@ cases:
2773
2773
[ `v8.setFlagsFromString()` ] : v8.md#v8_v8_setflagsfromstring_flags
2774
2774
[ debugger ] : debugger.md
2775
2775
[ deprecation code ] : deprecations.md
2776
- [ note on process I/O ] : process.md #process_a_note_on_process_i_o
2776
+ [ note on process I/O ] : #process_a_note_on_process_i_o
2777
2777
[ process.cpuUsage ] : #process_process_cpuusage_previousvalue
2778
2778
[ process_emit_warning ] : #process_process_emitwarning_warning_type_code_ctor
2779
2779
[ process_warning ] : #process_event_warning
Original file line number Diff line number Diff line change @@ -923,8 +923,8 @@ const { createInterface } = require('readline');
923
923
[ TTY ] : tty.md
924
924
[ TTY keybindings ] : #readline_tty_keybindings
925
925
[ Writable ] : stream.md#stream_writable_streams
926
- [ `'SIGCONT'` ] : readline.md #readline_event_sigcont
927
- [ `'SIGTSTP'` ] : readline.md #readline_event_sigtstp
926
+ [ `'SIGCONT'` ] : #readline_event_sigcont
927
+ [ `'SIGTSTP'` ] : #readline_event_sigtstp
928
928
[ `'line'` ] : #readline_event_line
929
929
[ `fs.ReadStream` ] : fs.md#fs_class_fs_readstream
930
930
[ `process.stdin` ] : process.md#process_process_stdin
Original file line number Diff line number Diff line change @@ -323,12 +323,12 @@ Cancels a `Timeout` object created by [`setTimeout()`][].
323
323
[ Event Loop ] : https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout
324
324
[ `AbortController` ] : globals.md#globals_class_abortcontroller
325
325
[ `TypeError` ] : errors.md#errors_class_typeerror
326
- [ `clearImmediate()` ] : timers.md #timers_clearimmediate_immediate
327
- [ `clearInterval()` ] : timers.md #timers_clearinterval_timeout
328
- [ `clearTimeout()` ] : timers.md #timers_cleartimeout_timeout
329
- [ `setImmediate()` ] : timers.md #timers_setimmediate_callback_args
330
- [ `setInterval()` ] : timers.md #timers_setinterval_callback_delay_args
331
- [ `setTimeout()` ] : timers.md #timers_settimeout_callback_delay_args
326
+ [ `clearImmediate()` ] : #timers_clearimmediate_immediate
327
+ [ `clearInterval()` ] : #timers_clearinterval_timeout
328
+ [ `clearTimeout()` ] : #timers_cleartimeout_timeout
329
+ [ `setImmediate()` ] : #timers_setimmediate_callback_args
330
+ [ `setInterval()` ] : #timers_setinterval_callback_delay_args
331
+ [ `setTimeout()` ] : #timers_settimeout_callback_delay_args
332
332
[ `util.promisify()` ] : util.md#util_util_promisify_original
333
333
[ `worker_threads` ] : worker_threads.md
334
- [ primitive ] : timers.md #timers_timeout_symbol_toprimitive
334
+ [ primitive ] : #timers_timeout_symbol_toprimitive
Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ added: v0.7.7
211
211
212
212
* Returns: {number[ ] }
213
213
214
- ` writeStream.getWindowSize() ` returns the size of the [ TTY] ( tty.md )
214
+ ` writeStream.getWindowSize() ` returns the size of the TTY
215
215
corresponding to this ` WriteStream ` . The array is of the type
216
216
` [numColumns, numRows] ` where ` numColumns ` and ` numRows ` represent the number
217
- of columns and rows in the corresponding [ TTY] ( tty.md ) .
217
+ of columns and rows in the corresponding TTY.
218
218
219
219
### ` writeStream.hasColors([count][, env]) `
220
220
<!-- YAML
You can’t perform that action at this time.
0 commit comments