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
TSCBasic: avoid validating the relative path on Windows
The generated relative path is un-anchored and thus cannot be validated
or canonicalized. Introduce a constructor for the unsafe constructor of
a relative path and use that to create the relative path. This enables
the construction of a non-canonical relative path for cousins.
0 commit comments