You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
Hi team,
It is common practice to include an additional filter for extensions, exposing
extname
avoids dependency on node'spath
.But the current
extname
behavior in pluginutils is different from the node version when the name starts or ends with a dot:.file
''
'.file'
/.file
''
'.file'
./.file
''
'.file'
file.
'.'
''
./file.
'.'
''
this behave like in node, and do not depends in
basename
:I can submit a PR if you wish.
The text was updated successfully, but these errors were encountered: