Commits
Click on a commit to change the comparison rangerefactor(transformer): elide lifetimes where possible (#8285)
Pure refactor. Enable `clippy::needless_lifetimes` lint rule in `oxc_transformer`, and fix what the rule flags - remove unnecessary lifetimes which can be elided.
Also rename a few lifetimes `'b` and `'c` to more descriptive `'ctx`.7 months ago
by overlookmotel