-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I recently ran into an issue with bun
and type issues coming from parse-path
which is from a deeply nested dependency of git-url-parse
.
The dependency chain for it is:
git-url-parse -> git-up -> parse-url -> parse-path -> protocols
-> is-ssh -> protocols
All of these are published by a single github user, some being no more than 40 lines function, some not tested.
Since we have a single usage of gitUrlParse
, can we workaround the need for the git-url-parse
dependency?
Seems unnecessary noise to pull in so many dependencies that do so little.
yuriystasiv, danielroe, cheezone and maxnth
Metadata
Metadata
Assignees
Labels
No labels