-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove any in index.d.ts (#325)
* remove any in index.d.ts * Update index.d.ts
- Loading branch information
1 parent
ae6e926
commit 55f3d8c
Showing
1 changed file
with
7 additions
and
7 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
55f3d8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey,
I think this is a breaking change.
I used to implement it like this
Now getting this error:
55f3d8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, also broke my build.
Code:
https://github.com/clusterio/clusterio/blob/ace8356f6807bf853075f501166215c834544b03/packages/lib/src/logging_utils.ts#L145-L183
Output:
55f3d8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same issue also on my side