Open
Description
For file I/O, the "\\?\" prefix to a path string tells the Windows APIs to disable all string parsing and to send the string that follows it straight to the file system.
Currently, path
supports UNC paths, but does not support this prefix.
This prohibits Dart Sass from properly parsing such paths with toUri
: sass/dart-sass#1258