oxc/tasks/rulegen
overlookmotel 4f7ff7e3ad perf: do not pass &Atom to functions (#3818)
`Atom` is just a wrapper around `&str`, so better not to pass `&Atom` to functions, as that's a double-reference. Prefer `Atom` or `&str` instead to avoid indirection.
2024-06-22 04:48:00 +00:00
..
src perf: do not pass &Atom to functions (#3818) 2024-06-22 04:48:00 +00:00
Cargo.toml chore: update Cargo.toml and deny.yaml 2024-03-05 16:31:05 +08:00
template.txt feat(tasks/rulegen): support generate fix cases (#3600) 2024-06-10 17:16:50 +08:00