terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

[job-components, scripts, terafoundation, teraslice-cli, teraslice-client-js, teraslice-messaging, utils, xlucene-parser] fix implicit any index typescript errors #3789

Closed busma13 closed 1 month ago

busma13 commented 1 month ago

In typescript 5.5 the suppressImplicitAnyIndexErrors rule will be removed. This PR fixes all ignored errors of this type in the following packages in preparation for the move to version 5.5 or above:

suppressImplicitAnyIndexErrors is set to true in the tsconfig of all updated packages so we don't introduce any more of these errors before the rule is removed at the root level.

Todo: bump packages

Packages that still have these errors:

ref: #3772