purescript-contrib / purescript-pathy

A type-safe abstraction for platform-independent file system paths.
Apache License 2.0
33 stars 17 forks source link

Replace slashes in a name with `$slash` instead of `-` #48

Open rintcius opened 3 years ago

rintcius commented 3 years ago

Description of the change

Previous behaviour cannot unambiguously unescape back to /. New behaviour improves this and is now in line with dotEscaper.


Checklist:

srghma commented 2 weeks ago

:+1: