oxc/crates
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
..
oxc Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_allocator Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_ast chore: silence erroneous RA warnings for Tsify (#2731) 2024-03-15 12:42:12 +00:00
oxc_cli feat(cli): wildcard expansion in paths for windows (#2767) 2024-03-22 00:21:30 +08:00
oxc_codegen feat: SourcemapVisualizer (#2773) 2024-03-21 11:19:09 +08:00
oxc_diagnostics Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_index Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore(deps): update rust crates (#2671) 2024-03-11 13:39:02 +08:00
oxc_linter fix(linter/max-lines): only report codes that exceed the line limit (#2778) 2024-03-21 20:46:21 +08:00
oxc_macros feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_minifier Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_module_lexer New tool: oxc_module_lexer (#2650) 2024-03-09 23:23:55 +08:00
oxc_parser perf(parser): faster lexing JSX identifiers (#2557) 2024-03-18 12:06:27 +00:00
oxc_prettier feat(prettier/ts): better conformance (#2721) 2024-03-20 18:59:49 +08:00
oxc_semantic chore: silence erroneous RA warnings for Tsify (#2731) 2024-03-15 12:42:12 +00:00
oxc_span chore: silence erroneous RA warnings for Tsify (#2731) 2024-03-15 12:42:12 +00:00
oxc_syntax chore: silence erroneous RA warnings for Tsify (#2731) 2024-03-15 12:42:12 +00:00
oxc_transformer Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_wasm chore: silence erroneous RA warnings for Tsify (#2731) 2024-03-15 12:42:12 +00:00