You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@pid
For you information: I already started working on this one.
My plan is to clean up the internal structure without changing the public API in any way. This could be done in the second step.
So I would tackle locals in a separate issue.
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.
The text was updated successfully, but these errors were encountered: