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 @@ -6720,7 +6720,7 @@ the file contents.
6720
6720
[` fs .copyFile ()` ]: #fs_fs_copyfile_src_dest_mode_callback
6721
6721
[` fs .createReadStream ()` ]: #fs_fs_createreadstream_path_options
6722
6722
[` fs .createWriteStream ()` ]: #fs_fs_createwritestream_path_options
6723
- [` fs .exists ()` ]: fs.md #fs_fs_exists_path_callback
6723
+ [` fs .exists ()` ]: #fs_fs_exists_path_callback
6724
6724
[` fs .fstat ()` ]: #fs_fs_fstat_fd_options_callback
6725
6725
[` fs .ftruncate ()` ]: #fs_fs_ftruncate_fd_len_callback
6726
6726
[` fs .futimes ()` ]: #fs_fs_futimes_fd_atime_mtime_callback
Original file line number Diff line number Diff line change @@ -3700,7 +3700,7 @@ cases:
3700
3700
[` process .hrtime ()` ]: #process_process_hrtime_time
3701
3701
[` process .hrtime .bigint ()` ]: #process_process_hrtime_bigint
3702
3702
[` process .kill ()` ]: #process_process_kill_pid_signal
3703
- [` process .setUncaughtExceptionCaptureCallback ()` ]: process.md #process_process_setuncaughtexceptioncapturecallback_fn
3703
+ [` process .setUncaughtExceptionCaptureCallback ()` ]: #process_process_setuncaughtexceptioncapturecallback_fn
3704
3704
[` promise .catch ()` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch
3705
3705
[` queueMicrotask ()` ]: globals.md#globals_queuemicrotask_callback
3706
3706
[` readable .read ()` ]: stream.md#stream_readable_read_size
@@ -3710,7 +3710,7 @@ cases:
3710
3710
[` v8 .setFlagsFromString ()` ]: v8.md#v8_v8_setflagsfromstring_flags
3711
3711
[debugger]: debugger.md
3712
3712
[deprecation code]: deprecations.md
3713
- [note on process I/O]: process.md #process_a_note_on_process_i_o
3713
+ [note on process I/O]: #process_a_note_on_process_i_o
3714
3714
[process.cpuUsage]: #process_process_cpuusage_previousvalue
3715
3715
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
3716
3716
[process_warning]: #process_event_warning
Original file line number Diff line number Diff line change @@ -971,8 +971,8 @@ const { createInterface } = require('readline');
971
971
[ TTY ] : tty.md
972
972
[ TTY keybindings ] : #readline_tty_keybindings
973
973
[ Writable ] : stream.md#stream_writable_streams
974
- [ `'SIGCONT'` ] : readline.md #readline_event_sigcont
975
- [ `'SIGTSTP'` ] : readline.md #readline_event_sigtstp
974
+ [ `'SIGCONT'` ] : #readline_event_sigcont
975
+ [ `'SIGTSTP'` ] : #readline_event_sigtstp
976
976
[ `'line'` ] : #readline_event_line
977
977
[ `fs.ReadStream` ] : fs.md#fs_class_fs_readstream
978
978
[ `process.stdin` ] : process.md#process_process_stdin
Original file line number Diff line number Diff line change @@ -472,12 +472,12 @@ const interval = 100;
472
472
[ Event Loop ] : https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout
473
473
[ `AbortController` ] : globals.md#globals_class_abortcontroller
474
474
[ `TypeError` ] : errors.md#errors_class_typeerror
475
- [ `clearImmediate()` ] : timers.md #timers_clearimmediate_immediate
476
- [ `clearInterval()` ] : timers.md #timers_clearinterval_timeout
477
- [ `clearTimeout()` ] : timers.md #timers_cleartimeout_timeout
478
- [ `setImmediate()` ] : timers.md #timers_setimmediate_callback_args
479
- [ `setInterval()` ] : timers.md #timers_setinterval_callback_delay_args
480
- [ `setTimeout()` ] : timers.md #timers_settimeout_callback_delay_args
475
+ [ `clearImmediate()` ] : #timers_clearimmediate_immediate
476
+ [ `clearInterval()` ] : #timers_clearinterval_timeout
477
+ [ `clearTimeout()` ] : #timers_cleartimeout_timeout
478
+ [ `setImmediate()` ] : #timers_setimmediate_callback_args
479
+ [ `setInterval()` ] : #timers_setinterval_callback_delay_args
480
+ [ `setTimeout()` ] : #timers_settimeout_callback_delay_args
481
481
[ `util.promisify()` ] : util.md#util_util_promisify_original
482
482
[ `worker_threads` ] : worker_threads.md
483
- [ primitive ] : timers.md #timers_timeout_symbol_toprimitive
483
+ [ 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