You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how we can check Ranges and Postions for equality we should be able to check URIs for equality. It would serve as a short hand for the popular uri.toString() === anotherUri.toString() which you find often. Question is if some path normalisation should be applied on top?
The text was updated successfully, but these errors were encountered:
and also the with methods we have on the underlying type such that uri can be modified nicely. This might prevent some issues when path/uri-math happens
Similar to how we can check Ranges and Postions for equality we should be able to check URIs for equality. It would serve as a short hand for the popular
uri.toString() === anotherUri.toString()
which you find often. Question is if some path normalisation should be applied on top?The text was updated successfully, but these errors were encountered: