Timofey Kachalov
|
398da36257
Merge pull request #717 from javascript-obfuscator/disabled-tagged-template-literal-obfuscation
|
4 年之前 |
sanex
|
ca030004e8
Reverted `TaggedTemplateLiteral` obfuscation. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/716
|
4 年之前 |
sanex
|
6990f0c442
Slightly changed `debugProtection` option description
|
4 年之前 |
Timofey Kachalov
|
710a8d4f9b
Merge pull request #715 from javascript-obfuscator/dead-code-injection-variables-rename
|
4 年之前 |
sanex
|
3970513a64
Moved ScopeThroughIdentifiersTransformer to the `obfuscation` transformers
|
4 年之前 |
sanex
|
0f2f0c2c34
Improved rename of `deadCodeInjection` dead code identifiers. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/708
|
4 年之前 |
sanex
|
dce365079c
Renamed ScopeIdentifiersTraverser methods, interfaces and types to more concrete `variable` traverse
|
4 年之前 |
Timofey Kachalov
|
c210bb4338
Merge pull request #712 from javascript-obfuscator/export-declarations-prohibited-literal
|
4 年之前 |
sanex
|
da41272ef7
Fixed obfuscation of literals of `ExportNamedDeclaration` and `ExportAllDeclaration` nodes
|
4 年之前 |
Timofey Kachalov
|
9f5b3bd0f2
Merge pull request #709 from javascript-obfuscator/object-keys-transformation-get-set-kind
|
4 年之前 |
sanex
|
9ff565f4e3
Prevent properties with `get` and `set` kinds from extraction with `transformObjectKeys` option. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/707
|
4 年之前 |
Timofey Kachalov
|
85e8e6c852
Merge pull request #706 from javascript-obfuscator/acorn-8-update
|
4 年之前 |
sanex
|
a60c0c5346
Acorn@8 version update + fixed ScopeIdentifiersTransformer logic
|
4 年之前 |
Timofey Kachalov
|
760b6b7120
Merge pull request #705 from javascript-obfuscator/disable-console-output-proto
|
4 年之前 |
sanex
|
aca6b0bd11
Added tests for a valid `bind` call of console.log methods of ConsoleOutputDisableTemplate
|
4 年之前 |
sanex
|
a908570a50
Fixed console functions prototype
|
4 年之前 |
sanex
|
4f28bee90f
Renamed ConsoleOutputDisable template
|
4 年之前 |
sanex3339
|
bb7706d753
Dependencies update 11.08.08
|
4 年之前 |
Timofey Kachalov
|
2080283d5a
Merge pull request #698 from javascript-obfuscator/tagged-template-literal-obfuscation
|
4 年之前 |
sanex3339
|
574a4854ad
Added `TaggedTemplateLiteral` obfuscation. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/696
|
4 年之前 |
Timofey Kachalov
|
9042d73bf2
Merge pull request #697 from javascript-obfuscator/optiona-chaining-support
|
4 年之前 |
sanex3339
|
86d599fc07
Fixed `test:dev` test
|
4 年之前 |
sanex3339
|
971c02aed2
Added `optional-chaining` support
|
4 年之前 |
sanex3339
|
88d0cbfc99
`estraverse` and `escodegen` update
|
4 年之前 |
Timofey Kachalov
|
2743751eb1
Merge pull request #695 from javascript-obfuscator/improved-disable-console-log-template
|
4 年之前 |
sanex3339
|
c3efd43ac9
Added xs:code badge
|
4 年之前 |
sanex3339
|
a3b73d87b9
Improved ConsoleOutputDisableExpressionTemplate.ts and fixed Content-Security-Policy problems with eval
|
4 年之前 |
sanex3339
|
3fc1af98c5
Added float numbers tests to the NumbersToNumericalExpressionsTransformer.spec.ts
|
4 年之前 |
Timofey Kachalov
|
041e611c7c
Merge pull request #692 from javascript-obfuscator/improved-disable-console-log-template
|
4 年之前 |
sanex3339
|
3d232dda17
Slightly changed `ConsoleOutputDisableExpressionTemplate`
|
4 年之前 |