RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
241 stars 72 forks source link

"Transpile" js for compatibility. #2237

Open svenoe opened 1 year ago

svenoe commented 1 year ago

While discussing js coding standards, we wondered whether writing modern js and then using a library to "downgrade" it for better compatibility could be an option. Please check this.

bschmalhofer commented 1 month ago

One goal is to achieve certainty which JavaScript features can be used. This could maybe be achieved by the usage of polyfills for JavaScript support.