Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: n/no-unsupported-features/node-builtins reports stream.Duplex.from as experimental #324

Closed
1 task
6XGate opened this issue Aug 4, 2024 · 0 comments · Fixed by #325 or #326 · May be fixed by Graysonbarton/tools-ts#5 or nodeshift/opossum#905
Closed
1 task
Labels

Comments

@6XGate
Copy link

6XGate commented Aug 4, 2024

Environment

Node version: 20.15.0
npm version: N/A, yarn 4.4.0
ESLint version: 8.57.0
eslint-plugin-n version:
Operating System: 17.10.1

What rule do you want to report?

n/no-unsupported-features/node-builtins

Link to Minimal Reproducible Example

https://eslint-online-playground.netlify.app/#eNptUMtOwzAQ/BVrLwWpScuFQxCc+hd1DybeVAZnbflRBUX5d9ZxeElcnHg8Mzs7M8TQH3BSo7fYvkXowIzehSRmccqMTWIRQ3Cj2JHT2MUUUI27J0n1tS1vd5StvWcM9oDRGkpt72gw1z+GVH3kRmm8zVdDDUlgpSScVpbGQWWbxFmSEHM5hKjM2HEmEsu+giFbLFC9CfalA7nGB9djjA3STUJXpoXggoRN9c3LFLMvE1E3A6qUA0bGNTav2djE44r8/KPn4RJuGKJxHLk4vzw/PLbH9ihBLJdqv5QPH5dahlf9u7qWXh1xEWtWCenDY3UYneYttnASNN5O6JE0Um9wDbCt91ValVmVMPL/ttM/jf5mbZEWWD4Bo/mjAA==

What did you expect to happen?

No errors

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No version of the node.js documentation for currently supported version (18, 20, or 22) marks the method as experimental. It was added in 16.8, but even then, the current v16 does not mark the method as experimental. See v16.x docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment