oxc/crates/oxc_cli/src
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
..
command feat(cli): wildcard expansion in paths for windows (#2767) 2024-03-22 00:21:30 +08:00
format refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
lint feat(cli,linter): provide tsconfig path from the cli (#2526) 2024-02-27 20:00:11 +08:00
git.rs
lib.rs refactor(cli): remove the codeowners feature (#2448) 2024-02-20 12:54:16 +08:00
main.rs chore: say good bye to ezno (#2048) 2024-01-16 13:53:54 +08:00
result.rs refactor(cli): improve the code around lint-staged handling (#1889) 2024-01-04 20:50:59 +08:00
runner.rs refactor(cli): remove unused lint/error.rs (#792) 2023-08-25 16:46:26 +08:00
walk.rs feat(cli): support walk vue and astro (#1745) 2023-12-31 22:15:11 +08:00