-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
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
Labels
No labels