-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dojo-bindgen): fs & unity plugin for codegen (#1498)
* fix: ensure correct model detection via interfaces * fix: clippy + attempt to fix test on windows * fix: clippy * fix: comment test until windows stack overflow is solved * fix: fmt * fix: fmt again * refactor: update to new bindgen version (cherry picked from commit 3310612) * feat: contract class gen + system format (cherry picked from commit 87d7e4b) * feat: correctly handle native types in codegen (cherry picked from commit ab0c5ba) * feat: codegen metadata & cleaner code (cherry picked from commit 68bb60b) * feat: write code to fs * fix: writing to fs and contract file name * refactor: generated code * chore: fmt * refactor: generated folder and .,gitignore * refactor: path structure for generated files * chore: added code comments * feat(bindgen): dynamic output directory * feat(bindgen): prepend plugin name to path * refactor(bindgen): remove option for bindgen result --------- Co-authored-by: glihm <[email protected]>
- Loading branch information
Showing
8 changed files
with
437 additions
and
100 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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
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
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.