Open llaske opened 4 years ago
After a bunch of testing on all platforms (find here the test activity) and a fix on minify process (see here), the ES6 syntax is now officially supported in source code for Sugarizer and for activities.
The only exception is the ES6 modules feature that is not supported on Chrome on file:///
- and fail also for the same reason on Electron (Linux/MacOS/Windows) and Android.
During our discussion on the Knowledge Activity pack, you mentioned about some incompatibilities with iOS as well. Do those still exist?
@dhruvmisra No, I've tested on all platforms so it works also on iOS.
Wonderful! Finally we can use Promises. 😍 It's great milestone for Sugarizer.
Previously, JavaScript ES6 syntax was prohibited in Sugarizer and in Sugarizer activities. Is it still the case?