Skip to content

Commit

Permalink
fix(no-unsupported-features): stream/promises is stable (#235)
Browse files Browse the repository at this point in the history
fix: `stream/promises` is stable

closes #234
  • Loading branch information
scagood committed Apr 10, 2024
1 parent ae5329c commit 02a264e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/unsupported-features/node-builtins-modules/stream.js
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 02a264e

Please sign in to comment.