-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: take the changed enum representation into account for array types (
#483) When deciding between the array notations Some[] and Array<Some>, take the new way of representing enum return types into account. A method getSticky(): Array<Sticky | keyof typeof Sticky> now should be represented as getSticky(): Sticky[]
- Loading branch information
1 parent
a34cee0
commit 1a1a660
Showing
2 changed files
with
8 additions
and
8 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