-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve payloads generator (#136)
- Fix problem where payloads was not generated if AsyncAPI document had no channels - Remove unusable options for payload generator - Payload generator now exposes other models generated - Fix problem where wrong discriminator not found - Fix sometimes serializer generates unusable code - Fix payload sometimes gets unusable name
- Loading branch information
1 parent
d961aa9
commit 82418e1
Showing
12 changed files
with
450 additions
and
167 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ tmp | |
jest.config.js | ||
website | ||
playground/__gen__ | ||
test/codegen/generators/*/output |
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.