on 2018 Nov 09 9:24 AM
Hi,
the following JS statements (introduced by ECMAscript 6) cause an error in the creating preload task:
1) optional paramaters in functions (test: function (a, b=null, c="test") { //dosomething }), see http://es6-features.org/#DefaultParameterValues
2) arrow functions (var test = a.map( s => s.length );), see http://es6-features.org/#ExpressionBodies
Is it planned to support these kind of statements?
Thanks & Best Regards
Dominik
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.