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
Turbopack: Remove FileSystemPath::value_to_string in favor of ValueToStringRef::to_string_ref (#92284)
`FileSystemPath::value_to_string` was just calling `ValueToString::to_string`.
But:
- It's better to call `ValueToStringRef::to_string_ref`
- We don't really get much value from this inherent method except for avoiding a few imports?
I suspect this is left over from when we used to always wrap `FileSystemPath` in `Vc`.
0 commit comments