Object spread rest not supported
kuldeeps48 opened this issue · 1 comments
kuldeeps48 commented
Does not recognize const message = { ip: key, ...tagStateData };
Wain-PC commented
Hello! Seems like this syntax is not supported by the obfuscator itself (specifically, by the underlying esprima module). It's recommended that you transpile your code to ES5 before obfuscation.