bit
bit copied to clipboard
copy path util functions from legacy to harmony
@GiladShoham I copied all the functions from the path file in legacy, although it seems like only normalizePathToLinux is used in all of our components, should I just remove the other functions ?
I think the other are used in the legacy. And since we are going to remove it from the legacy and replace it with the package we will probably need it
@ocombe maybe we should name it something like
path/os-compatibility
Then export all the types as well?
Also, I would remove the getPathRelativeRegardlessCWD from this component. it's not really related. maybe extract it to its own component.