We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent 6744257 commit de5ac0aCopy full SHA for de5ac0a
lib/unsupported-features/node-builtins-modules/stream.js
@@ -23,7 +23,7 @@ const Writable = {
23
/** @type {import('../types.js').SupportVersionTraceMap} */
24
const Duplex = {
25
[READ]: { supported: ["0.9.4"] },
26
- from: { [READ]: { experimental: ["16.8.0"] } },
+ from: { [READ]: { supported: ["16.8.0"] } },
27
fromWeb: { [READ]: { experimental: ["17.0.0"] } },
28
toWeb: { [READ]: { experimental: ["17.0.0"] } },
29
}
0 commit comments