I recommend translating the syntax to ES6. This way the code is way more readable, maintainable and makes use of some new features like Maps (for localisation), module imports and exports (for code splitting, module bundling and tree shaking) and many more.
If you are interested, I could start working on implementing it.
I recommend translating the syntax to ES6. This way the code is way more readable, maintainable and makes use of some new features like Maps (for localisation), module imports and exports (for code splitting, module bundling and tree shaking) and many more.
If you are interested, I could start working on implementing it.