melonjs / melonJS

a fresh, modern & lightweight HTML5 game engine
https://melonjs.org
MIT License
5.92k stars 643 forks source link

fix remaining missing declarations in TS #1229

Closed obiot closed 5 months ago

obiot commented 5 months ago

adding a note here, so that we don't forget.

With the next 5.5 release of TS, type import has been improved : https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/#type-imports-in-jsdoc

this should help fixing the remaining classes with missing typedef reference in melonJS.

obiot commented 5 months ago

this one is now done as part of the 17.4.0 release