sanex
|
744cd14f7f
Updated supported node versions. Added support for rename of property definitions
|
4 lat temu |
sanex
|
ba3e4d6897
Sync with dev
|
4 lat temu |
sanex
|
475e5a9a06
Removed dot character from CHANGELOG.md
|
4 lat temu |
sanex
|
4ab4406f5e
Fixed tests. Added `inputFileName` option validation
|
4 lat temu |
sanex
|
b3fc8bc595
**New option**: `sourceMapSourcesMode` allows to control `sources` and `sourcesContent` fields of the source map
|
4 lat temu |
sanex
|
1dbfd24237
`renameProperties` option now won't generate duplicated property names in some cases
|
4 lat temu |
sanex
|
a1dc2df04f
`stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope
|
4 lat temu |
sanex
|
3a71c78304
* `stringArrayWrappersType: 'function'` now appends `FunctionDeclaration` functions instead of `FunctionExpression` functions. This allows to append these wrappers at random positions inside each scope
|
4 lat temu |
sanex
|
fdd03c15c5
To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes
|
4 lat temu |
sanex
|
d62bf3d377
To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes
|
4 lat temu |
sanex
|
08e308e92c
Sync with master
|
4 lat temu |
sanex
|
f7c5215e30
Improved `stringArray` calls wrapper decode code
|
4 lat temu |
sanex
|
5683e75a91
Improved `stringArray` calls wrapper templates
|
4 lat temu |
sanex
|
899456f553
Dead code injection unwrap stage now runs before string array transformers
|
4 lat temu |
sanex
|
600a180d47
Sync with master
|
4 lat temu |
sanex
|
d46fb7bce1
Updated CHANGELOG.md
|
4 lat temu |
sanex
|
3cf94b7152
Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references
|
4 lat temu |
sanex
|
2144b34c88
Sync with dev
|
4 lat temu |
sanex
|
616ae59d75
`domainDest` => `domainLockRedirectUrl` option rename
|
4 lat temu |
sanex
|
ada04e5106
Updated `domainLock` option description
|
4 lat temu |
sanex
|
eaf005cb09
Added improved `domainDest` option validation
|
4 lat temu |
sanex
|
da40474079
Some minor fixes for `domainDest` option description. Added normalisation. Version update.
|
4 lat temu |
sanex
|
6d70a5abcf
Sync with master
|
4 lat temu |
sanex
|
9b3b1644ce
Slightly simplified validation of identifier names cache. Updated README.md
|
4 lat temu |
sanex
|
bee043cef3
Identifier names cache option prototype #2. Added readme.
|
4 lat temu |
sanex
|
a13c764fc6
Fixed invalid code generation for start/middle rest arguments when `controlFlowFlattenig` option is enabled
|
4 lat temu |
sanex
|
3e89edd3c0
es2022 features: escodegen update
|
4 lat temu |
sanex
|
c827d230ce
Added support of `node@16` and dropped support of `node@10`
|
4 lat temu |
sanex
|
4f9df91320
`stringArray` calls wrappers now inserted as `FunctionDeclaration` nodes at random indexes
|
4 lat temu |
sanex
|
0926c13029
Added ability to specify the path to the input file after specifying the obfuscator options
|
4 lat temu |