Timofey Kachalov

Results 206 comments of Timofey Kachalov

So the suggestion is to transform ``` new Date() ``` into ``` new window['Date']() ``` After that it can be moved to the `strings array`

Like this idea. Will try to implement it in the feature.

Hi. Your case is very strange. Here is the option `identifiersPrefix` https://github.com/javascript-obfuscator/javascript-obfuscator#identifiersprefix that allows defining the prefix for all global identifiers. But for your case you have to create multiple...

The `kind` of added variables depends on the kind of variables of your code. Right now I don't plan to add the option to specify kinds of variables or to...

If you want the option to manually control kinds of variables, PR is welcomed. I will reopen this.

For your case added global variables should have `var` kind. Right now the kind of all added global variables is auto-detected by the type of most prevailing kind of variables...

@AngelShadow2017 with next version (currently in development) array with strings won't be added as `const` variable