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
In the devel branch's util.Serializer there is a comment for the indexClasses function that (as far as I can interpret) states that a namespace is expected to be a JavaScript object:
/**
* Find and index all classes that appear as members of the namespace (a JavaScript Object)
*/
Can you please provide some kind of documentation that give hints of how a namespace object should look like? Since the Serializer is never used somewhere in the whole project I cannot infer anything and thus not test this function.
The text was updated successfully, but these errors were encountered:
In the devel branch's util.Serializer there is a comment for the
indexClasses
function that (as far as I can interpret) states that a namespace is expected to be a JavaScript object:Can you please provide some kind of documentation that give hints of how a namespace object should look like? Since the Serializer is never used somewhere in the whole project I cannot infer anything and thus not test this function.
The text was updated successfully, but these errors were encountered: