-
-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types):
SimplifyDeepArray
should now actually be "deep" (#2920)
* fix(types): `SimplifyDeepArray` should now actually be "deep" Also now uses `Simplify` instead of inline declare the type * tests(types): extra tests for `Should have correct types - interfaces` * style: apply lint&style fixes * docs: rewording SimplifyDeepArray jsdoc * fix: type is possibly infinite * fix: mismatching implementation of interface * refactor: split JSONRespond return declaration to it's own type DRY-er code and fixes a weird type is possibly infinite yelling
- Loading branch information
Showing
3 changed files
with
61 additions
and
29 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
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