@angus-c not sure if you are a fan of typescript but I think it's worth considering converting 'just' packages to use it.
Primarily this would be great for users as it would bring autocompletion for VSCode (or atom with plugin) with inline docs. You can also achieve this by creating 'typings' files however there are many other advantages to using typescript.
If you are interested in this I'd be willing to lend a hand setting up the scripts and converting the modules (I've recently started doing this with some of my own modules).
Just thought I'd gauge your interest in this idea.
@angus-c not sure if you are a fan of typescript but I think it's worth considering converting 'just' packages to use it.
Primarily this would be great for users as it would bring autocompletion for VSCode (or atom with plugin) with inline docs. You can also achieve this by creating 'typings' files however there are many other advantages to using typescript.
If you are interested in this I'd be willing to lend a hand setting up the scripts and converting the modules (I've recently started doing this with some of my own modules).
Just thought I'd gauge your interest in this idea.