mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +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. |
||
|---|---|---|
| .. | ||
| command | ||
| format | ||
| lint | ||
| git.rs | ||
| lib.rs | ||
| main.rs | ||
| result.rs | ||
| runner.rs | ||
| walk.rs | ||