Do ClearScript will support ES6 standard? any plan?
that is great,thanks
@ClearScriptLib above you mentioned that " V8 supports ES7 and beyond." when i try to run the following code.
engine.Evaluate(@"async function process1(data) {
return { xValue: 'asdasd' };
}");
var toReturn = engine.Script.process1(data);
I get the following error "no further information on this object could be discovered"
If i remove the async then it works fine, but having said that async is an ES7 feature