Commit Verlauf

Autor SHA1 Nachricht Datum
  Timofey Kachalov 4c62d70b77 Merge pull request #748 from mcmimik/patch-1 vor 4 Jahren
  mcmimik 8ec480b323 Fixed a typo. vor 4 Jahren
  Timofey Kachalov 6edbdb2181 Merge pull request #746 from javascript-obfuscator/string-array-wrapper-default-parameter vor 4 Jahren
  sanex 4c1a949fd3 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/745 vor 4 Jahren
  sanex 47263a4c1c Added tests for VisitedLexicalScopeNodesStackStorage class vor 4 Jahren
  Timofey Kachalov b40b580560 Merge pull request #742 from javascript-obfuscator/string-array-wrappers-visited-scopes-storage vor 4 Jahren
  sanex e20f2826e4 Refactoring of StringArrayTransformer.ts: moved logic to StringArrayWrappersTransformer, StringArrayScopeCallsWrapperDataStorage and VisitedLexicalScopeNodesStackStorage vor 4 Jahren
  sanex 9a6db37fdf Updated `eslint` vor 4 Jahren
  sanex febe932e7e Updated `eslint-scope` vor 4 Jahren
  sanex 47104dda93 Moved `isValidLexicalScopeNode` method to the NodeGuards as `isNodeWithLexicalScopeAndStatements` vor 4 Jahren
  Timofey Kachalov f71f57c006 Merge pull request #741 from javascript-obfuscator/string-array-wrappers-count-prohibited-scopes vor 4 Jahren
  sanex b152e7bd09 Fixed order of the appended string array scope wrappers vor 4 Jahren
  sanex 09e89f8fe6 Fixed `stringArrayWrappersCount` behaviour with arrow function scope without statements vor 4 Jahren
  Timofey Kachalov 78383e7cb3 Merge pull request #740 from javascript-obfuscator/string-array-calls-wrapper-mangled-generator-fix vor 4 Jahren
  sanex 5a833d1057 Improved update of previous mangled character vor 4 Jahren
  sanex 9b5eba5363 Fixed `stringArrayCallsWrapper` option with `mangled` names generator vor 4 Jahren
  Timofey Kachalov b5ad5b075c Merge pull request #739 from javascript-obfuscator/dependabot/npm_and_yarn/node-fetch-2.6.1 vor 4 Jahren
  dependabot[bot] 743c231c49 Bump node-fetch from 2.6.0 to 2.6.1 vor 4 Jahren
  Timofey Kachalov 253b192bf5 Merge pull request #738 from javascript-obfuscator/string-array-intermediate-calls-wrapper vor 4 Jahren
  sanex 0c2b4bdb00 Updated README.md example vor 4 Jahren
  sanex 3d6f98c127 Enable `stringArrayWrappersCount` and `stringArrayWrappersChainedCalls` options by default vor 4 Jahren
  sanex 7b87712f39 Added tests for `getOptionsByPreset` method of JavaScriptObfuscatorFacade vor 4 Jahren
  sanex 7fca0317f0 Increased samples count for some test of StringArrayTransformer.spec.ts vor 4 Jahren
  sanex f43b138e8a New option `stringArrayWrappersChainedCalls`. Renamed option `stringArrayIntermediateVariablesCount` on `stringArrayWrappersCount` vor 4 Jahren
  sanex e87565bd9e Changed `stringArrayIntermediateVariablesCount` option description vor 4 Jahren
  sanex 7df32035ec Added StringArrayCallNode custom node vor 4 Jahren
  sanex b483ef17cf Added StringArrayIntermediateCallsWrapperNode custom node vor 4 Jahren
  sanex f00c32d28b Fixed some tests of `stringArrayIntermediateVariablesCount` option vor 4 Jahren
  sanex b3afafbe95 Additional tests of `stringArrayIntermediateVariablesCount` option vor 4 Jahren
  sanex 4c5028c095 Fixed tests of `stringArrayIntermediateVariablesCount` option vor 4 Jahren