Skip to content

Commit 761421e

Browse files
bagel897eacodegen
andauthored
Early merge subenum changes (#22)
* Start implementing subenums * field generation * idk * wip: rewrite generator * Automated pre-commit update * Add tests and refactor * it compiles! * misc fixes * fix anonymous nodes * WIP * Automated pre-commit update * Fix assert ordering * Update tests and fix bug * Automated pre-commit update * Fix bug * Fix bug * increase recursion limit * clean up code * kind id support * idk * tests compile * reformat/fix issues * snapshot testing * reformat * fix pre-commit * Fix imports * fix snapshot location --------- Co-authored-by: eacodegen <[email protected]>
1 parent baad5c6 commit 761421e

File tree

76 files changed

+5886
-516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+5886
-516
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ coverage.json
6666
tests/integration/verified_codemods/codemod_data/repo_commits.json
6767
target/*
6868
.benchmarks/*
69+
**.snap.new

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,3 @@ repos:
5656
rev: v1.0
5757
hooks:
5858
- id: fmt
59-
- id: cargo-check

0 commit comments

Comments
 (0)