Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle off obfuscation for dictionary key names #36

Open
shaneberry opened this issue Apr 3, 2019 · 3 comments
Open

Toggle off obfuscation for dictionary key names #36

shaneberry opened this issue Apr 3, 2019 · 3 comments

Comments

@shaneberry
Copy link

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.

@BuvinJT
Copy link

BuvinJT commented Apr 3, 2019

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.

@aceimnorstuvwxz
Copy link

same problem

@BuvinJT
Copy link

BuvinJT commented May 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants