rbxts-flamework / core

Flamework is an extensible game framework. It requires typescript and offers many useful features.
MIT License
101 stars 8 forks source link

Incorrect documentation for `ignite` #106

Open christopher-buss opened 3 months ago

christopher-buss commented 3 months ago

https://github.com/rbxts-flamework/core/blob/90e8134acd6bdfa48aab8a0500107f8b741704fa/src/flamework.ts#L196

Ignite's doc comments states that it returns the dependencies loaded, despite returning void. Either this jsdoc comment should not exist, or the ignite function should be changed to return the dependencies as stated.