fuka
|
88bfc0e4b9
Update incorrect 'ignoreRequireImports' to 'ignoreImports' (#1086)
|
3 лет назад |
Timofey Kachalov
|
b99b6a46ee
Improved integration between `renameProperties` and `controlFlowFlattening` options (#1060)
|
3 лет назад |
Timofey Kachalov
|
ec4b70f908
String array calls transform fix (#1050)
|
3 лет назад |
Timofey Kachalov
|
77f64bf5df
Fixed wrong generation of code that has statements after `ReturnStatment` when `simplify` option is enabled
|
3 лет назад |
Timofey Kachalov
|
f075a0e2d1
Added `stringArrayCallsTransform` and `stringArrayCallsTransformThreshold` options (#987)
|
3 лет назад |
sanex
|
5c0334d093
Fixed tests
|
3 лет назад |
sanex
|
6b8ead0b2b
Support for class static blocks
|
3 лет назад |
sanex
|
6e1ce07b5e
Fixed very rare cases when `rotateStringArray` couldn't rotate array properly
|
3 лет назад |
sanex
|
c4abec8c2a
Added additional self defending mechanisms. Updated tests
|
3 лет назад |
sanex
|
9da81caf3d
String array now stored as a function
|
3 лет назад |
sanex
|
7920538a51
Updated self defending helper. Removed `no-eval` self-defending helper
|
3 лет назад |
sanex
|
744cd14f7f
Updated supported node versions. Added support for rename of property definitions
|
3 лет назад |
sanex
|
52a5482ace
Added base PropertyDefinition transformation
|
4 лет назад |
sanex
|
4f9df91320
`stringArray` calls wrappers now inserted as `FunctionDeclaration` nodes at random indexes
|
4 лет назад |
sanex
|
0acb91ca60
`renamePropertiesAutoExclude` option changed by `renamePropertiesMode` option
|
4 лет назад |
sanex
|
3c379999a7
Added `renamePropertiesAutoExclude` option
|
4 лет назад |
sanex
|
1847bcc5ac
Fixed `simplify` option regression after `2.10.2`
|
4 лет назад |
sanex
|
04be75e27b
Removed padding characters from all base64 encoded strings.
|
4 лет назад |
sanex
|
6ed3d4e3ed
Version update to 2.10.0
|
4 лет назад |
sanex
|
efac711ce4
Improved `rotateStringArray` option WIP
|
4 лет назад |
sanex
|
a118112095
Removed `obfuscation-event-emitter` to allow more flexible append of node inside custom code helper groups.
|
4 лет назад |
sanex
|
b2aee6cb6c
Ignore object expressions as body of arrow function expression when `transformObjectKeys` option is enabled
|
4 лет назад |
sanex
|
8c788b90ba
Updated StringArrayScopeCallsWrapperTransformer tests
|
4 лет назад |
sanex
|
c0cd04d2bf
Added `stringArrayWrappersParametersMaxCount` option
|
4 лет назад |
sanex
|
4079b42fbd
WIP: added random string array scope calls wrappers parameters
|
4 лет назад |
sanex
|
381582f6f3
Extracted string array index type logic to a StringArrayIndexNode classes
|
4 лет назад |
sanex
|
ed7fbc5bef
New option: `stringArrayIndexesType` accepts an array of types of string array call indexes
|
4 лет назад |
sanex
|
4f33c76da1
New option: `stringArrayIndexShift` enables additional index shift for all string array calls
|
4 лет назад |
sanex
|
e8517bf770
Added ignoring of all object members previous to `SpreadElement` when `transformObjectKeys` option is enabled
|
4 лет назад |
sanex
|
0c33e737a5
Fixed missing rename of object pattern properties in some cases
|
4 лет назад |