-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JS Backend: Struct Sharing to avoid generating (#620)
* Remove &mut functions to avoid borrowing issues * Detaching methods from typescript/js file loop * Adjust method typescript generation in loop * Accounting for special method presence * Generation + adjusting whitespace * Fields can be generated separately * Formatting, removing unused variables * Combine methods into one variable to clean up method calls * Removing extra variable to clean up gen_struct signature
- Loading branch information
1 parent
690031e
commit ccb95d4
Showing
10 changed files
with
193 additions
and
163 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.
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
Oops, something went wrong.