We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
n/no-unsupported-features/node-builtins
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
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==
The rule reports that stream/promises API is experimental in Node.js v20.12.0 and I'm not sure if that's correct.
stream/promises
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).
No response
The text was updated successfully, but these errors were encountered:
Yep, this sounds like a mistake! Thanks
Sorry, something went wrong.
fix: stream/promises is stable
e72828d
closes #234
fix(no-unsupported-features): stream/promises is stable (#235)
02a264e
fix: `stream/promises` is stable closes #234
scagood
Successfully merging a pull request may close this issue.
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
Additional comments
No response
The text was updated successfully, but these errors were encountered: