ajvincent / motherhen

Mozilla Public License 2.0
44 stars 2 forks source link

Provide an alternative to `DefaultCLH.jsm` #34

Open trickypr opened 1 year ago

trickypr commented 1 year ago

This provides a custom command handler. This gives the following benefits:

Some general notes:

A note on typescript

This PR also includes some auto-generated typescript files that I am working with. They are not enough to fix all type errors with @ts-check, but they provide better autocomplete for some things. I might end up working on a better solution somewhere else for a bit