| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e9b0849 commit c755b01
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 | |
|---|---|---|---|
@@ -2812,12 +2812,15 @@ This property is a reference to the instance itself. | |||
| 2812 | 2812 | ||
| 2813 | 2813 | <!-- YAML | |
| 2814 | 2814 | changes: | |
| 2815 | + - version: REPLACEME | ||
| 2816 | + pr-url: https://github.com/nodejs/node/pull/60657 | ||
| 2817 | + description: End-of-Life. | ||
| 2815 | 2818 | - version: v12.0.0 | |
| 2816 | 2819 | pr-url: https://github.com/nodejs/node/pull/26245 | |
| 2817 | 2820 | description: Runtime deprecation. | |
| 2818 | 2821 | --> | |
| 2819 | 2822 | ||
| 2820 | - Type: Runtime | ||
| 2823 | + Type: End-of-Life | ||
| 2821 | 2824 | ||
| 2822 | 2825 | The `node:_stream_wrap` module is deprecated. | |
| 2823 | 2826 | ||
@@ -4199,6 +4202,9 @@ an internal nodejs implementation rather than a public facing API, use `node:tls | |||
| 4199 | 4202 | ||
| 4200 | 4203 | <!-- YAML | |
| 4201 | 4204 | changes: | |
| 4205 | + - version: REPLACEME | ||
| 4206 | + pr-url: https://github.com/nodejs/node/pull/60657 | ||
| 4207 | + description: End-of-Life. | ||
| 4202 | 4208 | - version: | |
| 4203 | 4209 | - v24.2.0 | |
| 4204 | 4210 | - v22.17.0 | |
@@ -4207,7 +4213,7 @@ changes: | |||
| 4207 | 4213 | description: Runtime deprecation. | |
| 4208 | 4214 | --> | |
| 4209 | 4215 | ||
| 4210 | - Type: Runtime | ||
| 4216 | + Type: End-of-Life | ||
| 4211 | 4217 | ||
| 4212 | 4218 | The `node:_stream_duplex`, `node:_stream_passthrough`, `node:_stream_readable`, `node:_stream_transform`, | |
| 4213 | 4219 | `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