-
-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ast): shorten generated code for numbers (#8864)
Generated output included `0usize`, `1usize` etc where just `0`, `1` is sufficient. Shorten the generated code to aid readability.
- Loading branch information
1 parent
4b4d543
commit abfe5bf
Showing
9 changed files
with
3,284 additions
and
3,303 deletions.
There are no files selected for viewing
6,248 changes: 3,124 additions & 3,124 deletions
6,248
crates/oxc_ast/src/generated/assert_layouts.rs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.