Skip to content

Commit b80f91a

Browse files
committed
Add deep-links for events & streams in node.js
1 parent 53f36ee commit b80f91a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

globals-docs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,13 @@
464464
"GLOBAL": false,
465465
"global": "https://nodejs.org/api/globals.html#globals_global",
466466
"module": "https://nodejs.org/api/modules.html",
467+
"stream": "https://nodejs.org/api/stream.html",
468+
"stream.Transform": "https://nodejs.org/api/stream.html#stream_class_stream_transform",
469+
"stream.Writable": "https://nodejs.org/api/stream.html#stream_class_stream_writable",
470+
"stream.Readable": "https://nodejs.org/api/stream.html#stream_class_stream_readable",
471+
"stream.Duplex": "https://nodejs.org/api/stream.html#stream_class_stream_duplex_1",
472+
"events": "https://nodejs.org/api/all.html#all_events",
473+
"events.EventEmitter": "https://nodejs.org/api/all.html#all_class_events_eventemitter",
467474
"process": "https://nodejs.org/api/process.html",
468475
"require": "https://nodejs.org/api/globals.html#globals_require",
469476
"setImmediate": "https://nodejs.org/api/timers.html#timers_setimmediate_callback_arg",

0 commit comments

Comments
 (0)