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
ES6 support would be amazing. I expect this to be a pretty big feature since all of timestep, the devkit-core source, every module ever, and every game built on devkit uses the js.io class / module syntax. It might be possible to achieve with some "use 6to5" like thing in the code, especially if that can emit files with js.io style imports. Then, we can provide it on an opt in basis and alleviate any need for a complete migration (nearly impossible to do all at once). The backwards compatible thing could be added in any minor release of devkit, and we could potentially deprecate the old js.io style syntax when devkit-v3 becomes a thing.
Any chance we could get full es6 syntax support in devkit. It would be really cool to write:
The text was updated successfully, but these errors were encountered: