mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(ext/node): support junction symlinks on Windows (#22762)
Fixes https://github.com/denoland/deno/issues/20609 Vitepress support! `vitepress dev` and `vitepress build` via BYONM
This commit is contained in:
parent
26cee4eb0d
commit
0bed4d3e51
8 changed files with 27 additions and 2 deletions
|
@ -64,6 +64,8 @@ pub enum FsFileType {
|
|||
File,
|
||||
#[serde(rename = "dir")]
|
||||
Directory,
|
||||
#[serde(rename = "junction")]
|
||||
Junction,
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue