js-confuser icon indicating copy to clipboard operation
js-confuser copied to clipboard

avoid renaming multiple variables

Open mekk55 opened this issue 2 years ago • 2 comments

Hello,

To avoid renaming a certain variable with the example is

renameVariables: name=>name!="jQuery",

Can you provide sample for multiple variables to avoid rename ?

mekk55 avatar Feb 04 '23 02:02 mekk55

renameVariables: name => !['array'].includes(name)

relative avatar Feb 04 '23 02:02 relative

Is it possible to config to not rename function which in array ?

mekk55 avatar Feb 05 '23 00:02 mekk55