mirror of
https://github.com/wekan/wekan.git
synced 2026-02-06 00:21:48 +01:00
This is an experiment about the implications of ES6 transpilation in our code base. We should also define a new ES6 style guide and a jsHint configuration, for instance semi-colons are automatically inserted at the end of lines, so we may remove them. We also need to figure which ES6 features we want to use, currently I have followed Meteor-core guidance which is reasonable. |
||
|---|---|---|
| .. | ||
| cssEvents.js | ||
| emoji-values.js | ||
| escapeActions.js | ||
| filter.js | ||
| i18n.js | ||
| keyboard.js | ||
| mixins.js | ||
| multiSelection.js | ||
| popup.js | ||
| utils.js | ||