dmitrizzle / chat-bubble

Simple chatbot UI for the Web with JSON scripting 👋🤖🤙
MIT License
579 stars 171 forks source link

Consider rewriting the code in ES6/Typescript and transpile for distributed packages #84

Closed dmitrizzle closed 3 years ago

dmitrizzle commented 3 years ago

Bug or feature request?

feature

It may be easier for developers to read and develop ES6 code while supporting having no additional dependencies for the user and no functional changes in production.

The only downside is that we'll have to have dev-dependencies which will have no effect on production versions of the app but will require additional maintenance.

dmitrizzle commented 3 years ago

I gave it some thought and as the only current maintainer on this repo this seems like an undue additional maintenance requirement at this point. Package dependence requirers constants updates (mostly security patches), some of which require fixing breaking changes. This can be reopened at a later time if there's a greater need or more resources available.