oxc/crates
Don Isaac 6628fc8d9c
perf(linter): reduce mallocs (#654)
Reduces mallocs via `clones()` (particularly of `Atom`s), and vec
allocations.

Affects the following rules:
- [x] eslint/no-dupe-keys
- [x] eslint/no-global-assign
- [x] eslint/no-loss-of-precision _(only partially optimized, needs more
work later)_
~- [ ] typescript-eslint/ajacent-overload-signatures~ (_will be
addressed in following pr_)
2023-07-29 12:02:53 +08:00
..
oxc chore(oxc): remove mention of nightly 2023-07-27 14:14:56 +08:00
oxc_allocator chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_ast perf(linter): reduce mallocs (#654) 2023-07-29 12:02:53 +08:00
oxc_ast_lower chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_cli feat(cli): separate warnings and errors numbers and print separately 2023-07-29 11:02:51 +08:00
oxc_diagnostics chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_formatter chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_hir chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_index chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_linter perf(linter): reduce mallocs (#654) 2023-07-29 12:02:53 +08:00
oxc_macros feat(linter): add style category and change no-empty-interface to style 2023-07-29 11:02:51 +08:00
oxc_minifier chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_napi chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00
oxc_parser chore(rust): run cargo fmt --all -- crates/**/*.rs 2023-07-28 13:57:12 +08:00
oxc_query chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00
oxc_resolver feat(resolver): implement more of exports field (#648) 2023-07-28 10:19:29 +08:00
oxc_semantic chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_span chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00
oxc_syntax perf(linter): reduce mallocs (#654) 2023-07-29 12:02:53 +08:00
oxc_type_synthesis chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00
oxc_wasm chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +08:00