sanex
|
88ea1a2789
Completely removed lexical scope storage logic and data for generation scope calls wrappers
|
3 lat temu |
sanex
|
a1dc2df04f
`stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope
|
3 lat temu |
Timofey Kachalov
|
496eb920f0
Merge pull request #952 from javascript-obfuscator/string-array-calls-wrappers-as-function-declarations
|
3 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
|
3 lat temu |
Timofey Kachalov
|
985cb7e0ba
Merge pull request #951 from javascript-obfuscator/transform-object-keys-call-expression
|
3 lat temu |
sanex
|
7a93c8ca3e
Reverted `dev.ts` file
|
3 lat temu |
sanex
|
fdd03c15c5
To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes
|
3 lat temu |
sanex
|
d62bf3d377
To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes
|
3 lat temu |
sanex
|
f6d865d6e9
Renamed MethodDefinitionTransformer => ClassFieldTransformer. Added tests.
|
4 lat temu |
sanex
|
94295a4a6b
Dependencies update 03.07.21
|
4 lat temu |
sanex
|
bae1a9e569
Dependencies update 02.07.21
|
4 lat temu |
sanex
|
fc20a1a8a2
Dependencies update 01.07.21
|
4 lat temu |
sanex
|
7ee18f348e
Dependencies update 25.06.21
|
4 lat temu |
sanex
|
08e308e92c
Sync with master
|
4 lat temu |
sanex
|
3007099aec
Dependencies update 23.06.21
|
4 lat temu |
Timofey Kachalov
|
ac8b8c4b07
Merge pull request #942 from javascript-obfuscator/string-array-templates-improvements
|
4 lat temu |
sanex
|
f7c5215e30
Improved `stringArray` calls wrapper decode code
|
4 lat temu |
sanex
|
a4d3081f34
Dependencies update. Updated README.md with an updated examples
|
4 lat temu |
Timofey Kachalov
|
08aad1b706
Merge pull request #941 from javascript-obfuscator/improved-calls-wrapper-template
|
4 lat temu |
sanex
|
5683e75a91
Improved `stringArray` calls wrapper templates
|
4 lat temu |
Timofey Kachalov
|
993cf7a2a8
Merge pull request #940 from javascript-obfuscator/dead-code-injection-string-array-chained-calls-integration
|
4 lat temu |
sanex
|
899456f553
Dead code injection unwrap stage now runs before string array transformers
|
4 lat temu |
sanex
|
0f0eb279a9
Removed some old info from README.md
|
4 lat temu |
sanex
|
600a180d47
Sync with master
|
4 lat temu |
Timofey Kachalov
|
b26692ae04
Merge pull request #938 from javascript-obfuscator/transform-object-keys-this-expression
|
4 lat temu |
sanex
|
65bc30790d
Added more tests for sequence expression and `this` reference
|
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
|
ebfa72283f
Dependencies update 12.06.21
|
4 lat temu |
sanex
|
2144b34c88
Sync with dev
|
4 lat temu |