sanex
|
d86ee4213c
New option `stringArrayWrappersType` allows to select a type of the wrappers that are appending by the `stringArrayWrappersCount` option
|
4 years ago |
sanex
|
7b87712f39
Added tests for `getOptionsByPreset` method of JavaScriptObfuscatorFacade
|
4 years ago |
sanex
|
f43b138e8a
New option `stringArrayWrappersChainedCalls`. Renamed option `stringArrayIntermediateVariablesCount` on `stringArrayWrappersCount`
|
4 years ago |
sanex
|
e80937d108
Changed option name: `stringArrayIntermediateCalls` -> `stringArrayIntermediateVariablesCount`
|
4 years ago |
sanex
|
1b656d7386
New option: `stringArrayIntermediateCalls` sets the passed amount of intermediate variables for the `string array`
|
4 years ago |
Timofey Kachalov
|
42ff66849e
Mixed string array encoding prototype (#727)
|
4 years ago |
sanex3339
|
971c02aed2
Added `optional-chaining` support
|
4 years ago |
sanex3339
|
1beb3cd774
Added optimisations to `numbersToExpressions` option. Updated tests
|
4 years ago |
sanex3339
|
6f27dc6ec5
Added functional test for `mangled-shuffled` identifier names generator
|
4 years ago |
sanex3339
|
87e23748f0
Renamed option: minify -> simplify
|
4 years ago |
sanex3339
|
a217ac7bf6
Added `minify` option to the runtime tests
|
5 years ago |
sanex3339
|
49259f1ef4
Updated escodegen, fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/638, added test
|
5 years ago |
sanex3339
|
2621bef3f1
Fixed error during code generation for `ObjectPattern` with single `RestElement`.
|
5 years ago |
Timofey Kachalov
|
9213a13b2c
Renamed TObject -> TDictionary (#616)
|
5 years ago |
sanex3339
|
fb834c8de1
0.28.0 release
|
5 years ago |
sanex3339
|
75c2a7b5d6
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/590
|
5 years ago |
sanex3339
|
bbc672e80e
Fixed identifiers prefix generation for `obfuscateMultiple` method
|
5 years ago |
sanex3339
|
f9ec74006d
New `obfuscateMultiple` method
|
5 years ago |
sanex3339
|
c60627ac3c
Added preserved variable names check to the hexadecimal identifiers name generator
|
5 years ago |
sanex3339
|
a2e9c05ce8
Fixed errors related to identifiers. Changed self defending helper
|
5 years ago |
sanex3339
|
db908f7bce
Fixed conflicts between generated names and names from untouched identifiers from source code.
|
5 years ago |
sanex3339
|
e987a8f55e
Fixed support of exponentiation operator. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/534
|
5 years ago |
sanex3339
|
178adcbfaa
Slightly changed regexps of variable kinds
|
5 years ago |
sanex3339
|
b50c48a683
Dynamic import and `import.meta` support
|
5 years ago |
sanex3339
|
1edf96c0a0
`shuffleStringArray` option
|
5 years ago |
sanex3339
|
65d4fd1602
Additional tests
|
5 years ago |
sanex3339
|
3a1cc4e4f5
Auto detection of prevailing kind of variables
|
5 years ago |
sanex3339
|
2f27d75318
Fixed typings. Now string values correctly assignable to enum-like options
|
5 years ago |
sanex3339
|
2527fe3036
Fixed mocha exit on node 10
|
5 years ago |
sanex3339
|
945e885240
* Fixed identifier names generations for `mangled` and `dictionary` identifier names generators
|
5 years ago |