mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Unlike on other OS, on Windows there is no wildcard expansion/globbing by the shell. Instead the application has to handle this. Therefore I used the `glob` package to handle wildcards on Windows. I also had to make the parent directory check more strict due to the glob package resolving `..` in the middle of the path as well. This closes #2695. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| src | ||
| Cargo.toml | ||