-
-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arrays and dictionaries in class DTOs now default to the correct null…
… value in the init() method (#1360) * Address issue #1359 - Typescript code generation incorrect for classes with nullable arrays and NullValue = TypeScriptNullValue.Null * Address issue #1359 - Fix formatting * #1359 - Add unit tests * #1359 - Only add the else condition if nullValue is not undefined * Update ConvertToClass.liquid Co-authored-by: Daniel West <sqiddster@gmail.com> Co-authored-by: Rico Suter <mail@rsuter.com>
- Loading branch information
1 parent
94997ea
commit e11596a
Showing
2 changed files
with
86 additions
and
2 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
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