Skip to content

Avoid arrow functions when Obfuscation #1309

@devRomeos

Description

@devRomeos

First off, greetings for the creators for this awesome tool, I have a very long code working smoothly.

I am trying to be ES5 compliant and the obfuscated code generates (only) 11 arrow functions that I would like to git rid off. Is there any way to disable this conversion? Here an example

PeriodsSelected = live_settings.live_show_record_screen_period.split(',') .map(function (item) { return item.trim(); }) .filter(function (item) { return item !== ''; }) .map(Number);

Obfuscated

f3 = A(eY['live_show_record_screen_period'], ',')['map'](f6 => String(f6)['trim']())['filter'](f6 => f6 !== '')['map'](Number);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions