mmckegg/notevil

destructured assignments not work { a, b } = A

Opened this issue · 0 comments

Exist a way to use destructured assignments inside script with notevil ?
ex:

	const { e,__value} = EVENT;
	if(e){
		SELF.VALUE=__value;
	}
	SELF.VALUE;