oxc/crates/oxc_cli
Andi Pabst 4c5abb590e
feat(cli): wildcard expansion in paths for windows (#2767)
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.
2024-03-22 00:21:30 +08:00
..
fixtures feat(linter): support read env from eslintrc (#2130) 2024-01-26 10:43:44 +08:00
src feat(cli): wildcard expansion in paths for windows (#2767) 2024-03-22 00:21:30 +08:00
Cargo.toml feat(cli): wildcard expansion in paths for windows (#2767) 2024-03-22 00:21:30 +08:00