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
This allows checking if a path is an ancestor or descendent of a given
path, and deprecates the "contains" method which is confusingly named
and may lead readers of the code to incorrectly conclude that a string
containment check is being done, rather than a semantic comparison of
the actual path components.
0 commit comments