oxc/tasks/transform_conformance/src
overlookmotel 3858221f45 refactor(global): sort imports (#7883)
Pure refactor. Re-order imports for clarity:

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.

`cargo +nightly fmt` (#7877) did a lot of the work, but unfortunately `rustfmt` does not have an option to (a) put workspace crates in a separate block from external crates and (b) move `mod` statements to after `use` statements.
2024-12-14 15:07:21 +00:00
..
constants.rs style(rust): cargo +nightly fmt (#7877) 2024-12-14 06:03:31 +00:00
driver.rs feat(transformer)!: change API to take a &TransformOptions instead of TransformOptions (#7213) 2024-11-09 06:01:13 +00:00
exec.rs feat(transform_conformance): custom reporter for exec test (#7715) 2024-12-07 11:25:00 +00:00
lib.rs chore(tasks/transform-conformance): support --override flag (#7774) 2024-12-11 16:18:16 +00:00
main.rs chore(tasks/transform-conformance): support --override flag (#7774) 2024-12-11 16:18:16 +00:00
test_case.rs refactor(global): sort imports (#7883) 2024-12-14 15:07:21 +00:00