Commit Verlauf

Autor SHA1 Nachricht Datum
  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
  sanex e20f2826e4 Refactoring of StringArrayTransformer.ts: moved logic to StringArrayWrappersTransformer, StringArrayScopeCallsWrapperDataStorage and VisitedLexicalScopeNodesStackStorage vor 4 Jahren
  sanex febe932e7e Updated `eslint-scope` vor 4 Jahren
  sanex 47104dda93 Moved `isValidLexicalScopeNode` method to the NodeGuards as `isNodeWithLexicalScopeAndStatements` 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
  sanex 5a833d1057 Improved update of previous mangled character vor 4 Jahren
  sanex 9b5eba5363 Fixed `stringArrayCallsWrapper` option with `mangled` names generator vor 4 Jahren
  sanex 3d6f98c127 Enable `stringArrayWrappersCount` and `stringArrayWrappersChainedCalls` options by default vor 4 Jahren
  sanex f43b138e8a New option `stringArrayWrappersChainedCalls`. Renamed option `stringArrayIntermediateVariablesCount` on `stringArrayWrappersCount` vor 4 Jahren
  sanex 7df32035ec Added StringArrayCallNode custom node vor 4 Jahren
  sanex b483ef17cf Added StringArrayIntermediateCallsWrapperNode custom node vor 4 Jahren
  sanex 4c5028c095 Fixed tests of `stringArrayIntermediateVariablesCount` option vor 4 Jahren
  sanex e80937d108 Changed option name: `stringArrayIntermediateCalls` -> `stringArrayIntermediateVariablesCount` vor 4 Jahren
  sanex 1b656d7386 New option: `stringArrayIntermediateCalls` sets the passed amount of intermediate variables for the `string array` vor 4 Jahren
  sanex 6ec92420f5 New API: `getOptionsByPreset` allows to get options for the passed options preset name vor 4 Jahren
  sanex 75b8e9ca9d Updated @types/estree and @types/node vor 4 Jahren
  sanex a0dca0256b Fixed regression bug with combination of `splitStrings` and `renameProperties` option vor 4 Jahren
  sanex 83208b22f2 Updated `esrecurse` to 4.3.0. Dependencies update. vor 4 Jahren
  sanex 017ade47db Fixed order of StringArrayCallsWrapper code helpers, added tests vor 4 Jahren
  Timofey Kachalov 42ff66849e Mixed string array encoding prototype (#727) vor 4 Jahren
  sanex 645a3c5cef New `optionsPreset` option vor 4 Jahren
  sanex cc7b36792a Added tests for `rename-properties` invalid literal node type vor 4 Jahren
  sanex 0d556cbc13 Moved MemberExpressionTransformer back to converting transformers vor 4 Jahren
  sanex 9c04ededc7 Reorganized transformers structure and order vor 4 Jahren
  sanex 7fb26b3a66 Updated typescript to 4.0.0 vor 4 Jahren
  sanex ca030004e8 Reverted `TaggedTemplateLiteral` obfuscation. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/716 vor 4 Jahren
  sanex 3970513a64 Moved ScopeThroughIdentifiersTransformer to the `obfuscation` transformers vor 4 Jahren
  sanex 0f2f0c2c34 Improved rename of `deadCodeInjection` dead code identifiers. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/708 vor 4 Jahren