feat!: Allow non-optional generation of params with optionalNullParams#582
feat!: Allow non-optional generation of params with optionalNullParams#582pnappa wants to merge 1 commit intoadelsz:masterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Fixed!: the correct command to run the test suite is
|
|
Hi @adelsz - is there any chance of getting this merged into mainline? Is there anything you'd like me to do? Cheers! |
5256b2e to
c7996b3
Compare
|
Hi @adelsz , I've resolved any test failures in this branch. Cheers! Update 17 Mar - rebased to fix conflicts. |
This feature allows specifying whether nullable params should be generated as optional via the config. The default behaviour stays the same, so this feature is backwards compatible.
c7996b3 to
a10d1ff
Compare
This feature allows specifying whether nullable params should be generated as optional via the config.
The default behaviour stays the same, so this feature is backwards compatible.
Addresses #556