sanex
|
ba3e4d6897
Sync with dev
|
3 years ago |
sanex
|
4550424033
Added test for relative path as `inputFileName`
|
3 years ago |
sanex
|
475e5a9a06
Removed dot character from CHANGELOG.md
|
3 years ago |
Timofey Kachalov
|
1985c39d51
Merge pull request #957 from javascript-obfuscator/source-maps-fixes
|
3 years ago |
sanex
|
4ab4406f5e
Fixed tests. Added `inputFileName` option validation
|
3 years ago |
sanex
|
b3fc8bc595
**New option**: `sourceMapSourcesMode` allows to control `sources` and `sourcesContent` fields of the source map
|
3 years ago |
sanex
|
fd5d3e6f59
Updated bitcoin wallet
|
3 years ago |
sanex
|
7b57c1e667
Force set `stringArray: true` for StringArrayStorageAnalyzer tests
|
3 years ago |
Timofey Kachalov
|
8acfac18d7
Merge pull request #954 from javascript-obfuscator/rename-properties-preserve-name
|
3 years ago |
sanex
|
1dbfd24237
`renameProperties` option now won't generate duplicated property names in some cases
|
3 years ago |
Timofey Kachalov
|
e4293809b8
Merge pull request #953 from javascript-obfuscator/string-array-function-calls-wrappers-improvements
|
3 years ago |
sanex
|
88ea1a2789
Completely removed lexical scope storage logic and data for generation scope calls wrappers
|
3 years ago |
sanex
|
a1dc2df04f
`stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope
|
3 years ago |
Timofey Kachalov
|
496eb920f0
Merge pull request #952 from javascript-obfuscator/string-array-calls-wrappers-as-function-declarations
|
3 years ago |
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 years ago |
Timofey Kachalov
|
985cb7e0ba
Merge pull request #951 from javascript-obfuscator/transform-object-keys-call-expression
|
3 years ago |
sanex
|
7a93c8ca3e
Reverted `dev.ts` file
|
3 years ago |
sanex
|
fdd03c15c5
To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes
|
3 years ago |
sanex
|
d62bf3d377
To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes
|
3 years ago |
sanex
|
f6d865d6e9
Renamed MethodDefinitionTransformer => ClassFieldTransformer. Added tests.
|
3 years ago |
sanex
|
94295a4a6b
Dependencies update 03.07.21
|
3 years ago |
sanex
|
bae1a9e569
Dependencies update 02.07.21
|
3 years ago |
sanex
|
fc20a1a8a2
Dependencies update 01.07.21
|
3 years ago |
sanex
|
7ee18f348e
Dependencies update 25.06.21
|
3 years ago |
sanex
|
08e308e92c
Sync with master
|
3 years ago |
sanex
|
3007099aec
Dependencies update 23.06.21
|
3 years ago |
Timofey Kachalov
|
ac8b8c4b07
Merge pull request #942 from javascript-obfuscator/string-array-templates-improvements
|
3 years ago |
sanex
|
f7c5215e30
Improved `stringArray` calls wrapper decode code
|
3 years ago |
sanex
|
a4d3081f34
Dependencies update. Updated README.md with an updated examples
|
3 years ago |
Timofey Kachalov
|
08aad1b706
Merge pull request #941 from javascript-obfuscator/improved-calls-wrapper-template
|
3 years ago |