When the input code contains a class that extends a boolean literal, the output code results in SyntaxError.
Expected Behavior
Obfuscating the following code should output a valid program.
Current Behavior
The obfuscated code throws SyntaxError. (Early error)
Steps to Reproduce
- Obfuscate the following program using https://obfuscator.io
Your Environment
Stack trace
Minimal working example that will help to reproduce issue
When the input code contains a class that extends a boolean literal, the output code results in SyntaxError.
Expected Behavior
Obfuscating the following code should output a valid program.
Current Behavior
The obfuscated code throws SyntaxError. (Early error)
Steps to Reproduce
Your Environment
Stack trace
Minimal working example that will help to reproduce issue