Skip to content

Object spread rest not supported #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kuldeeps48 opened this issue Feb 16, 2018 · 1 comment
Closed

Object spread rest not supported #9

kuldeeps48 opened this issue Feb 16, 2018 · 1 comment

Comments

@kuldeeps48
Copy link

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

@Wain-PC
Copy link
Contributor

Wain-PC commented Feb 16, 2018

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.

@Wain-PC Wain-PC closed this as completed Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants