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: False-positive in n/no-unsupported-features/node-builtins #234

Closed
1 task
TimShilov opened this issue Apr 10, 2024 · 1 comment · Fixed by #235 or #233
Closed
1 task

Bug: False-positive in n/no-unsupported-features/node-builtins #234

TimShilov opened this issue Apr 10, 2024 · 1 comment · Fixed by #235 or #233
Assignees

Comments

@TimShilov
Copy link

Environment

Node version: 20.12.1
pnpm version: 8.15.6
ESLint version: 9.0.0
eslint-plugin-n version: 17.1.0
Operating System: MacOS 14.4.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/#eNptkMFOwzAMhl8l8gmkrV13QeouHHgA7suQqtatMhInalI0VPXdcZIVNiAnJ/7+/3c8gx/bEi+NcRqLs4calHF2DGIWTjnUilAsoh+tERLIdlj7MGJjSsdPyqOXcJAkSUhqLXnLLtoOD6v28QAbQM9lKLjfq+EuJHdW++d8Lc+r6ZWKsa96GhStZAa3Lj1uKeF4SXCHfTPpII48E5+7bF+M2FpjkDrsNmlsPj/2K3aU0OsmlDe0hBMLTpzDH3JN+94McV+W+DNz9JEQPh1KqLkytps016yIjQ4/XtBFG2pV3FgtkiT28nxZxpHouU6y2LxdyL/Anz1EqnoqqmInIULLdQQkBn5Fx39nxdt+V1T7b42kBZYv8/y1ew==

What did you expect to happen?

The rule reports that stream/promises API is experimental in Node.js v20.12.0 and I'm not sure if that's correct.

The Node.js docs (https://nodejs.org/docs/latest-v20.x/api/stream.html#streams-promises-api) never mention it as experimental (and seems like they never did since it was added v15).

Participation

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

Additional comments

No response

@TimShilov TimShilov added the bug label Apr 10, 2024
@scagood
Copy link

scagood commented Apr 10, 2024

Yep, this sounds like a mistake! Thanks

scagood added a commit that referenced this issue Apr 10, 2024
@scagood scagood self-assigned this Apr 10, 2024
aladdin-add pushed a commit that referenced this issue Apr 10, 2024
fix: `stream/promises` is stable

closes #234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants