-
-
Notifications
You must be signed in to change notification settings - Fork 869
Comparing changes
Open a pull request
base repository: oxc-project/oxc
base: 62ee689
head repository: oxc-project/oxc
compare: 4125aad
- 7 commits
- 23 files changed
- 2 contributors
Commits on Aug 8, 2024
-
refactor(ast_codegen): consistent import order (#4761)
Pure refactor. Alter import order in generated code to consistent order - `std`, external crates, `crate`, `super`.
Configuration menu - View commit details
-
Copy full SHA for 2dea0ca - Browse repository at this point
Copy the full SHA 2dea0caView commit details -
refactor(ast_codegen): consistent
endl!position (#4762)Pure refactor (style nit). Place `endl!()` macro calls in consistent position throughout codegen.
Configuration menu - View commit details
-
Copy full SHA for 80046d1 - Browse repository at this point
Copy the full SHA 80046d1View commit details -
refactor(ast_codegen): re-order imports (#4763)
Move imports to top of file in `generators/mod.rs`, just for consistency.
Configuration menu - View commit details
-
Copy full SHA for d32fb6f - Browse repository at this point
Copy the full SHA d32fb6fView commit details -
refactor(ast_codegen): remove
Generator::nameandPass::namemeth……ods (#4764) Remove `Generator::name` and `Pass::name` methods. All impls for these methods return a string identical to the struct name, so can set return value of `Runner::name` in `define_generator!` and `define_pass!` macros instead.
Configuration menu - View commit details
-
Copy full SHA for 7345f68 - Browse repository at this point
Copy the full SHA 7345f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a94c20 - Browse repository at this point
Copy the full SHA 9a94c20View commit details -
fix(ast, ast_codegen): use
generate_deriveinstead of visitable for…… generating span derives.
Configuration menu - View commit details
-
Copy full SHA for 862fe61 - Browse repository at this point
Copy the full SHA 862fe61View commit details -
fix(ast_macros): raise compile error on invalid
generate_deriveinput.It checks 2 things. 1) The input is a supported derive 2) The given identifier is the same as the fully qualified target trait. The latter makes sure that the trait for derive is included in the scope.
Configuration menu - View commit details
-
Copy full SHA for 4125aad - Browse repository at this point
Copy the full SHA 4125aadView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 62ee689...4125aad