fix(fs): can't use Windows path (#1710)

* Fix fs can't use Windows path

* Add change file

* Implement `Deserialize` instead

* Rename FilePath's visitor to FilePathVisitor

* Add todo and test

* Clippy

* Unused variable
This commit is contained in:
Tony
2024-09-02 23:24:37 +08:00
committed by GitHub
parent 0cb99bdaf1
commit f7280c8830
3 changed files with 95 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"fs": patch
---
Fix can't use Windows paths like `C:/Users/UserName/file.txt`