-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[typing] Better typing in main.ts (#2911)
* Better typing in main.ts Catch potential error in `writeBaseSettings` * Check message if null for * Corrected processing of empty configuraiton by writeBaseSettings * Corrected processing of empty configuraiton by writeBaseSettings * Corrected processing of empty configuraiton by writeBaseSettings * use unknown in helpers instead of any * added type for error * improve nested code * rm unnecessary check * rm redundant const * jsdoc --------- Co-authored-by: Max Hauser <[email protected]>
- Loading branch information
1 parent
881bd92
commit 1ea0ace
Showing
2 changed files
with
74 additions
and
54 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