sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.61k stars 769 forks source link

Remove uses of `var` #2506

Closed fatso83 closed 1 year ago

fatso83 commented 1 year ago

Purpose (TL;DR) - mandatory

This simply updates our codebase to consistenly use const and let everywhere.

Modified the 5to6codemod in doing so. The ES Module codemod involves quite a bit more, so I will let that hang for a while ...