Skip to content

Commit

Permalink
fix: stream/promises is stable
Browse files Browse the repository at this point in the history
closes #234
  • Loading branch information
scagood committed Apr 10, 2024
1 parent ae5329c commit e72828d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/unsupported-features/node-builtins-modules/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,8 @@ module.exports = {
...Stream,
},

"stream/promises": {
[READ]: { experimental: ["15.0.0"] },
...StreamPromise,
},
"node:stream/promises": {
[READ]: { experimental: ["15.0.0"] },
...StreamPromise,
},
"stream/promises": StreamPromise,
"node:stream/promises": StreamPromise,

"stream/web": {
[READ]: { experimental: ["16.5.0"], supported: ["21.0.0"] },
Expand Down

0 comments on commit e72828d

Please sign in to comment.