We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152d5a4 commit e03874aCopy full SHA for e03874a
turbopack/crates/turbo-tasks-fs/src/lib.rs
@@ -997,6 +997,7 @@ impl ValueToString for DiskFileSystem {
997
}
998
999
1000
+/// Note: this only works for Unix-style paths (with `/` as a separator).
1001
pub fn get_relative_path_to(path: &str, other_path: &str) -> String {
1002
fn split(s: &str) -> impl Iterator<Item = &str> {
1003
let empty = s.is_empty();
0 commit comments