purescript / registry-dev

Development work related to the PureScript Registry
https://github.com/purescript/registry
95 stars 80 forks source link

Support Windows globs #663

Closed f-f closed 11 months ago

f-f commented 11 months ago

Came across this one while working on https://github.com/purescript/spago/pull/995: it turns out that fast-glob only supports forward slashes, so paths need to be converted for that.

The library exports a convertPathToPattern function, which I:

f-f commented 11 months ago

I'm starting to think this is not the best way to go at it, will put this on hold for now