es6-transpiler
es6-transpiler copied to clipboard
S_MARK$0 is not defined
function func1() {
for (let x of {}) console.log(1);
function func2(...args){ console.log(...args); }
function func3() { [ for (x of []) x ]; }
}
func1();
This code results in S_MARK$0 is not defined