Opy icon indicating copy to clipboard operation
Opy copied to clipboard

Toggle off obfuscation for dictionary key names

Open shaneberry opened this issue 5 years ago • 3 comments

I need a way to toggle off the obfuscation of the key names for dictionaries. I have to pass dictionaries to functions that are imported and the names cannot change. As a workaround I am having to put all of the dictionaries into a plain text file.

shaneberry avatar Apr 03 '19 14:04 shaneberry

I'll try to come up with some very generic solution. For instance, a begin and end delimiter via a comment in the code to not obfuscate the contents within that block would be a nice feature. Or, a way to recursively denote not obfuscating child members of certain objects or collections...

In my fork, I already added a feature like that for public / private access. I.e. a way to obfuscate libraries where no public identifiers (or children thereof) become obfuscated, but all private identifiers in the library do.

BuvinJT avatar Apr 03 '19 16:04 BuvinJT

same problem

aceimnorstuvwxz avatar May 05 '19 10:05 aceimnorstuvwxz

Thanks for the request. I'll try to address this sometime in the coming weeks if possible.

BuvinJT avatar May 05 '19 15:05 BuvinJT