Commit Verlauf

Autor SHA1 Nachricht Datum
  Timofey Kachalov 45bd72dd7f Merge pull request #752 from javascript-obfuscator/fixed-is-incremented-mangled-name vor 4 Jahren
  sanex 77ff574e67 Fixed isIncrementedMangledName algorithm vor 4 Jahren
  sanex ae52c1dab7 Fixed CHANGELOG.md 2.3.0 release changelog vor 4 Jahren
  sanex b19e87fdfa Updated @types/node and @types/webpack-env vor 4 Jahren
  sanex b852b5105a Fixed README.md code syntax highlighting vor 4 Jahren
  sanex 423a616cd7 Added example for `stringArrayWrappersType` option vor 4 Jahren
  Timofey Kachalov a22eea0e80 Merge pull request #750 from javascript-obfuscator/force-convert-of-unicode-control-characters vor 4 Jahren
  sanex b078548b7a Updated CHANGELOG.md vor 4 Jahren
  sanex 0094e7cfbc Add force convert of unicode control characters to the unicode escape sequence vor 4 Jahren
  Timofey Kachalov a5ad91eb8c Merge pull request #744 from javascript-obfuscator/string-array-wrappers-type-option vor 4 Jahren
  sanex 8580cd1bf7 Updated README.md vor 4 Jahren
  sanex 835581db64 Shifted indexes of string array wrappers #4: fixed wrappers calls and added tests vor 4 Jahren
  Timofey Kachalov 4c62d70b77 Merge pull request #748 from mcmimik/patch-1 vor 4 Jahren
  sanex 33441ebf36 Shifted indexes of string array wrappers #3: added ability to generate a negative shifted index vor 4 Jahren
  mcmimik 8ec480b323 Fixed a typo. vor 4 Jahren
  sanex 3036e8be1a WIP: shifted indexes of string array wrappers #2: refactoring vor 4 Jahren
  sanex 559e3a440a WIP: shifted indexes of string array wrappers #1 vor 4 Jahren
  sanex 4d4a99148b Merge branch 'master' into string-array-wrappers-type-option 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 d86ee4213c New option `stringArrayWrappersType` allows to select a type of the wrappers that are appending by the `stringArrayWrappersCount` option 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