sanex
|
4d4a99148b
Merge branch 'master' into string-array-wrappers-type-option
|
5 years ago |
sanex
|
4c1a949fd3
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/745
|
5 years ago |
sanex
|
d86ee4213c
New option `stringArrayWrappersType` allows to select a type of the wrappers that are appending by the `stringArrayWrappersCount` option
|
5 years ago |
sanex
|
3d6f98c127
Enable `stringArrayWrappersCount` and `stringArrayWrappersChainedCalls` options by default
|
5 years ago |
sanex
|
f43b138e8a
New option `stringArrayWrappersChainedCalls`. Renamed option `stringArrayIntermediateVariablesCount` on `stringArrayWrappersCount`
|
5 years ago |
sanex
|
e87565bd9e
Changed `stringArrayIntermediateVariablesCount` option description
|
5 years ago |
sanex
|
e80937d108
Changed option name: `stringArrayIntermediateCalls` -> `stringArrayIntermediateVariablesCount`
|
5 years ago |
sanex
|
1b656d7386
New option: `stringArrayIntermediateCalls` sets the passed amount of intermediate variables for the `string array`
|
5 years ago |
sanex
|
6ec92420f5
New API: `getOptionsByPreset` allows to get options for the passed options preset name
|
5 years ago |
sanex
|
14495b8259
Merge branch '1.12.1'
|
5 years ago |
sanex
|
f98993f8cb
Fixed regression bug with combination of `splitStrings` and `renameProperties` option
|
5 years ago |
sanex
|
a0dca0256b
Fixed regression bug with combination of `splitStrings` and `renameProperties` option
|
5 years ago |
Timofey Kachalov
|
42ff66849e
Mixed string array encoding prototype (#727)
|
5 years ago |
sanex
|
645a3c5cef
New `optionsPreset` option
|
5 years ago |
sanex
|
ca030004e8
Reverted `TaggedTemplateLiteral` obfuscation. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/716
|
5 years ago |
sanex
|
0f2f0c2c34
Improved rename of `deadCodeInjection` dead code identifiers. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/708
|
5 years ago |
sanex
|
da41272ef7
Fixed obfuscation of literals of `ExportNamedDeclaration` and `ExportAllDeclaration` nodes
|
5 years ago |
sanex
|
9ff565f4e3
Prevent properties with `get` and `set` kinds from extraction with `transformObjectKeys` option. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/707
|
5 years ago |
sanex3339
|
574a4854ad
Added `TaggedTemplateLiteral` obfuscation. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/696
|
5 years ago |
sanex3339
|
971c02aed2
Added `optional-chaining` support
|
5 years ago |
sanex3339
|
af0649bb56
Improved `disableConsoleOutput` template. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/691
|
5 years ago |
sanex3339
|
8841bcd2e9
Increased version number
|
5 years ago |
sanex3339
|
c85f6c0092
Added ObjectPatternPropertiesTransformer. Added helper for stubbing selected node transformers.
|
5 years ago |
sanex3339
|
5a666436f1
Fixed runtime error `Uncaught SyntaxError: yield is a reserved identifier` when `deadCodeInjection` is enabled
|
5 years ago |
sanex3339
|
2f04b379c9
`domainLock` option patterns with leading dot character (`.example.com`) now cover root domains (`example.com`) in addition to all sub-domains (`sub.example.com`)
|
5 years ago |
sanex3339
|
f10d1d479d
Improved nested variable declarations merging
|
5 years ago |
sanex3339
|
c1b0458f3c
Block statement simplify transformer
|
5 years ago |
sanex3339
|
dd8dcac223
Added `numbersToExpressions` option and NumberToNumericalExpressionTransformer
|
5 years ago |
sanex3339
|
d074bbe816
Prevented mutation of the name sequences of `mangled` identifier name generators
|
5 years ago |
sanex3339
|
728210039c
Fixed runtime error when `IfStatement` contains only single `let` or `const` variable declaration when `simlify` option enabled. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/661
|
5 years ago |