--- a/eric6/Utilities/ClassBrowsers/jsclbr.py Wed Sep 02 17:58:19 2020 +0200 +++ b/eric6/Utilities/ClassBrowsers/jsclbr.py Wed Sep 02 18:13:12 2020 +0200 @@ -279,6 +279,7 @@ self.__file, var.line)) +# TODO: extract scan function (see pyclbr) def readmodule_ex(module, path=None): """ Read a JavaScript file and return a dictionary of functions and variables.