forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 for canParse
in n/no-unsupported-features/node-builtins
#243
Closed
1 task done
rasmuslp opened this issue
Apr 14, 2024
· 0 comments
· Fixed by #244, #239 or YoutacRandS-VA/datatracker#4 · May be fixed by junsulee/Anki-Android#1
Closed
1 task done
Bug: False positive for canParse
in n/no-unsupported-features/node-builtins
#243
rasmuslp opened this issue
Apr 14, 2024
· 0 comments
· Fixed by #244, #239 or YoutacRandS-VA/datatracker#4 · May be fixed by junsulee/Anki-Android#1
Comments
scagood
added a commit
that referenced
this issue
Apr 14, 2024
aladdin-add
pushed a commit
that referenced
this issue
Apr 15, 2024
This was referenced May 29, 2024
This was referenced Jun 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
https://eslint-online-playground.netlify.app/#eNp1kcFOAyEQhl9lw0mTdtd4XFNPHk00Rr1ID5Sdtugy4ACmTdN3dwBrWk3DBWb++eYfZicC6Q42yvoR2vcgemGsdxSbRGOzJGcbKdAN0PNbihuJErXDEJs1wbKZcXYdow99161MXKdFq53tIIwG45SvNqGJ20PAj2llcIoF1EhkZvvydN9qhY+KAlxk6KWYiLYWkGZLDtnUjvXcCzYRcAhS9M0bv4qoJ8iNOA6DFBNW1TY9dieZ+aQyfO5EDz4aniOTCrvQtVWvQIETOS7FqCKEyNCDIrhEGp63HqrAuiGNfM/5/Q+fOHLK/UyOOQfTRI6qz8GlRa6el3KJe57cK/2hVnkVx3MP8HUHPg+C2vyh1184Y/jfxx+rjl0DsuCXLCOfsvdacTu7vsp6GYvN/TdBo75l
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
Additional comments
No response
The text was updated successfully, but these errors were encountered: