Closed
Description
Environment
Node version: 20.11.0
npm version: 10.2.4
ESLint version: 8.57.0
eslint-plugin-n version: 17.2.0
Operating System: macOS Sonoma 14.4.1
What rule do you want to report?
n/no-unsupported-features/node-builtins
Link to Minimal Reproducible Example
What did you expect to happen?
Rule reports that URL.canParse
is still an experimental feature, and I don't believe that is correct.
According to Node documentation [1] this API was added in 19.9.0
, but there is no mention of it being experimental.
[1] https://nodejs.org/docs/latest-v20.x/api/url.html#urlcanparseinput-base
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response