Commits
Click on a commit to change the comparison rangerefactor(transformer): reorder imports (#6582)
Re-order `use` statements in order:
1. `std`
2. External crates
3. `oxc_*` crates
4. Current crate `use crate::...`
5. Super `use super::...`
6. Local modules
This order is from "furthest away" to "closest". This makes it clearer to see what is coming from where.1 year ago
by overlookmotel