Obfuscator fails when obfuscating the following code.
try { ! class { } ( ) ; } catch { }
Expected Behavior
The input code is a valid javascript program. (! class { } ( ) throws TypeError)
Current Behavior
Obfuscator fails to obfuscate input.js:

Steps to Reproduce
- Obfuscate the input code using https://obfuscator.io/.
Your Environment
Stack trace
Minimal working example that will help to reproduce issue
Obfuscator fails when obfuscating the following code.
Expected Behavior
The input code is a valid javascript program. (
! class { } ( )throwsTypeError)Current Behavior
Obfuscator fails to obfuscate input.js:

Steps to Reproduce
Your Environment
Stack trace
Minimal working example that will help to reproduce issue