You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a PR for this...but I'm curious, why do you say these are the 'last two'? I think there are a large number of type warnings/errors still reported by Intellisense across the codebase.
but I'm curious, why do you say these are the 'last two'?
Good question! In RTI.js, I have to loop over JSDoc's documented parameters to check for their actual existence. If a parameter doesn't exist, I log a warning and those were the last two warnings that appeared (so I just meant to refer to a proper mapping from JSDoc to JS of this style).
engine/src/framework/components/scroll-view/component.js
Lines 602 to 613 in d076f26
(
system
isn't an argument)engine/src/core/string.js
Lines 218 to 238 in d076f26
(still just accessing
arguments
)I've seen a lot of types being fixed recently, so it would be nice if they could all be fixed (getting rid of warning messages) 💯
The text was updated successfully, but these errors were encountered: