-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Make util.isArray()
EOL
#58013
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
Comments
Can you open a pull-request? |
I remember there were other libraries affected, we need to run citgm |
I can take a look if you want to @Renegade334 |
Sure, if you fancy. Could also experiment with running citgm against removing |
This is one I'm less convinced that we can do. I still encounter a fair number of |
fwiw if it's a small enough list, then like form-data, i could attempt to steward them and maximally backport a change. |
util.isArray()
was the soleutil.is*
type-checking method left over from #52744. The remainder are all EOL as of v23.0.0.It looks like the motivation for leaving this at the time was to allow for its use to be removed from the form-data library, which it has since been.
Is there another motivation for leaving this as-is, or can it now be made EOL?
cc: @marco-ippolito
The text was updated successfully, but these errors were encountered: