Could we support javascript for/of loops like:
for( i of inputs.children ) {
// do stuff
}
Currently we get exception:
Caused by: org.rabix.bindings.cwl.expression.CWLExpressionException: missing ; after for-loop initializer (script#5) encountered while resolving expression:
Could we support javascript for/of loops like:
Currently we get exception: