javascript-obfuscator/gulp-javascript-obfuscator

Object spread rest not supported

kuldeeps48 opened this issue · 1 comments

Does not recognize const message = { ip: key, ...tagStateData };

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.