to-absolute-glob
to-absolute-glob copied to clipboard
Why not use normalize-path or unixify?
Just wondering because this library implements a unixify method but doesn't use either of those libraries (both written by you and @doowb). The unixify here is implemented differently than those modules also.
Honestly, I probably forgot about them when I did that. I'll take a look at both modules. If I remember correctly, I wanted to change something in unifixy to be smarter with windows paths.