Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Timofey Kachalov 1985c39d51 Merge pull request #957 from javascript-obfuscator/source-maps-fixes 3 vuotta sitten
  sanex 4ab4406f5e Fixed tests. Added `inputFileName` option validation 3 vuotta sitten
  sanex b3fc8bc595 **New option**: `sourceMapSourcesMode` allows to control `sources` and `sourcesContent` fields of the source map 3 vuotta sitten
  sanex fd5d3e6f59 Updated bitcoin wallet 3 vuotta sitten
  sanex 7b57c1e667 Force set `stringArray: true` for StringArrayStorageAnalyzer tests 3 vuotta sitten
  Timofey Kachalov 8acfac18d7 Merge pull request #954 from javascript-obfuscator/rename-properties-preserve-name 3 vuotta sitten
  sanex 1dbfd24237 `renameProperties` option now won't generate duplicated property names in some cases 3 vuotta sitten
  Timofey Kachalov e4293809b8 Merge pull request #953 from javascript-obfuscator/string-array-function-calls-wrappers-improvements 3 vuotta sitten
  sanex 88ea1a2789 Completely removed lexical scope storage logic and data for generation scope calls wrappers 3 vuotta sitten
  sanex a1dc2df04f `stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope 3 vuotta sitten
  Timofey Kachalov 496eb920f0 Merge pull request #952 from javascript-obfuscator/string-array-calls-wrappers-as-function-declarations 3 vuotta sitten
  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 vuotta sitten
  Timofey Kachalov 985cb7e0ba Merge pull request #951 from javascript-obfuscator/transform-object-keys-call-expression 3 vuotta sitten
  sanex 7a93c8ca3e Reverted `dev.ts` file 3 vuotta sitten
  sanex fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes 3 vuotta sitten
  sanex d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes 3 vuotta sitten
  sanex 3007099aec Dependencies update 23.06.21 3 vuotta sitten
  Timofey Kachalov ac8b8c4b07 Merge pull request #942 from javascript-obfuscator/string-array-templates-improvements 3 vuotta sitten
  sanex f7c5215e30 Improved `stringArray` calls wrapper decode code 3 vuotta sitten
  sanex a4d3081f34 Dependencies update. Updated README.md with an updated examples 3 vuotta sitten
  Timofey Kachalov 08aad1b706 Merge pull request #941 from javascript-obfuscator/improved-calls-wrapper-template 3 vuotta sitten
  sanex 5683e75a91 Improved `stringArray` calls wrapper templates 3 vuotta sitten
  Timofey Kachalov 993cf7a2a8 Merge pull request #940 from javascript-obfuscator/dead-code-injection-string-array-chained-calls-integration 3 vuotta sitten
  sanex 899456f553 Dead code injection unwrap stage now runs before string array transformers 3 vuotta sitten
  sanex 0f0eb279a9 Removed some old info from README.md 3 vuotta sitten
  Timofey Kachalov b26692ae04 Merge pull request #938 from javascript-obfuscator/transform-object-keys-this-expression 3 vuotta sitten
  sanex 65bc30790d Added more tests for sequence expression and `this` reference 3 vuotta sitten
  sanex d46fb7bce1 Updated CHANGELOG.md 3 vuotta sitten
  sanex 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references 3 vuotta sitten
  Timofey Kachalov 21c6fa803d Merge pull request #936 from javascript-obfuscator/domain-lock-destination 3 vuotta sitten