Expected Behavior
Obfuscated script should run like normal
Current Behavior
Obfuscated script instantly throws SyntaxError: 'arguments' is not allowed in class field initializer or static initialization block when ran
Steps to Reproduce
- Have a script with classes
- Choose medium to high obfuscation
- Run the script (in your browser for example)
Your Environment
- Obfuscator version used: 4.0.2
- Node version used: v18.10.0
Stack trace
SyntaxError: 'arguments' is not allowed in class field initializer or static initialization block
(no real stack trace)
Minimal working example that will help to reproduce issue
Can't reproduce it in a smaller scale