-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Feature/v3 parser: expand TS model generation tests & some fixes #2485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/v3 parser: expand TS model generation tests & some fixes #2485
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Nice! Thanks for this! Make sure you update the changeling with your contribution 👍 |
FYI: Some of the tests won't generate models but that's expected. It only generates models for structs that are used in bound methods. |
Is this what you meant? f429d2b Things like |
Oh my bad, I meant |
This reverts commit f429d2b.
How's this? 8064b12 |
Awesome work @ATenderholt ! |
* v3 parser: add tests for model generation * v3 parser: use single quotes for got model.ts * v3 parser: fixes for some failing tests * v3 parser: misc simplification and cleanup * v3 parser: fix model tests when no structs returned * v3 parser: fix last failing test case * Update contributors list * v3 parser: update README * Revert "Update contributors list" This reverts commit f429d2b. * Changelog: add line about my contribution
Several test cases aren't generating
Models
.