-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sorting the type declarations from needs so the nillable ones are las… (
#993) * Sorting the type declarations from needs so the nillable ones are last in the constructor. Fixes #992 * Account for when a needs has a default value that isn't nilable. Moved the test spec to assignable where other needs are tested * make sure that type declarations with a default of false and nil are also moved to the back of the list * added a few more needs just to be sure we're covering edge cases. I hope that's all of them
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
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