| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5de368f commit 685d817
18 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,6 @@ | |||
| 29 | 29 | ||
| 30 | 30 | # streams | |
| 31 | 31 | ||
| 32 | - /lib/_stream* @nodejs/streams | ||
| 33 | 32 | /lib/internal/streams/* @nodejs/streams | |
| 34 | 33 | /lib/stream.js @nodejs/streams | |
| 35 | 34 | /lib/stream/* @nodejs/streams | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2786,12 +2786,15 @@ This property is a reference to the instance itself. | |||
| 2786 | 2786 | ||
| 2787 | 2787 | <!-- YAML | |
| 2788 | 2788 | changes: | |
| 2789 | + - version: REPLACEME | ||
| 2790 | + pr-url: https://github.com/nodejs/node/pull/60657 | ||
| 2791 | + description: End-of-Life. | ||
| 2789 | 2792 | - version: v12.0.0 | |
| 2790 | 2793 | pr-url: https://github.com/nodejs/node/pull/26245 | |
| 2791 | 2794 | description: Runtime deprecation. | |
| 2792 | 2795 | --> | |
| 2793 | 2796 | ||
| 2794 | - Type: Runtime | ||
| 2797 | + Type: End-of-Life | ||
| 2795 | 2798 | ||
| 2796 | 2799 | The `node:_stream_wrap` module is deprecated. | |
| 2797 | 2800 | ||
@@ -4163,14 +4166,17 @@ an internal nodejs implementation rather than a public facing API, use `node:tls | |||
| 4163 | 4166 | ||
| 4164 | 4167 | <!-- YAML | |
| 4165 | 4168 | changes: | |
| 4169 | + - version: REPLACEME | ||
| 4170 | + pr-url: https://github.com/nodejs/node/pull/60657 | ||
| 4171 | + description: End-of-Life. | ||
| 4166 | 4172 | - version: | |
| 4167 | 4173 | - v24.2.0 | |
| 4168 | 4174 | - v22.17.0 | |
| 4169 | 4175 | pr-url: https://github.com/nodejs/node/pull/58337 | |
| 4170 | 4176 | description: Runtime deprecation. | |
| 4171 | 4177 | --> | |
| 4172 | 4178 | ||
| 4173 | - Type: Runtime | ||
| 4179 | + Type: End-of-Life | ||
| 4174 | 4180 | ||
| 4175 | 4181 | The `node:_stream_duplex`, `node:_stream_passthrough`, `node:_stream_readable`, `node:_stream_transform`, | |
| 4176 | 4182 | `node:_stream_wrap` and `node:_stream_writable` modules are deprecated as they should be considered | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,12 +42,6 @@ const supportedModules = new SafeSet(new SafeArrayIterator([ | |||
| 42 | 42 | // '_http_incoming', | |
| 43 | 43 | // '_http_outgoing', | |
| 44 | 44 | // '_http_server', | |
| 45 | - '_stream_duplex', | ||
| 46 | - '_stream_passthrough', | ||
| 47 | - '_stream_readable', | ||
| 48 | - '_stream_transform', | ||
| 49 | - '_stream_wrap', | ||
| 50 | - '_stream_writable', | ||
| 51 | 45 | // '_tls_common', | |
| 52 | 46 | // '_tls_wrap', | |
| 53 | 47 | 'assert', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,12 +24,6 @@ const expectedPublicModules = new Set([ | |||
| 24 | 24 | '_http_incoming', | |
| 25 | 25 | '_http_outgoing', | |
| 26 | 26 | '_http_server', | |
| 27 | - '_stream_duplex', | ||
| 28 | - '_stream_passthrough', | ||
| 29 | - '_stream_readable', | ||
| 30 | - '_stream_transform', | ||
| 31 | - '_stream_wrap', | ||
| 32 | - '_stream_writable', | ||
| 33 | 27 | '_tls_common', | |
| 34 | 28 | '_tls_wrap', | |
| 35 | 29 | 'assert', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments