Commit History

Author SHA1 Message Date
  sanex 4ebd98a04c Added OptionsPresetSanitizer to the tests #2 4 years ago
  sanex fece163cc3 Added OptionsPresetSanitizer to the tests 4 years ago
  sanex 0d556cbc13 Moved MemberExpressionTransformer back to converting transformers 4 years ago
  sanex 9c04ededc7 Reorganized transformers structure and order 4 years ago
  sanex 4f28bee90f Renamed ConsoleOutputDisable template 4 years ago
  sanex3339 af0649bb56 Improved `disableConsoleOutput` template. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/691 4 years ago
  sanex3339 7ce5f964d6 Improved ObjectPatternPropertiesTransformer logic. Added tests. 4 years ago
  sanex3339 37eb0aa745 ExpressionStatementsMergeTransformer + optimized AbstractStatementSimplifyTransformer logic 4 years ago
  sanex3339 dd8dcac223 Added `numbersToExpressions` option and NumberToNumericalExpressionTransformer 4 years ago
  sanex3339 f07452e139 Added number numerical expression analyzer 4 years ago
  sanex3339 d074bbe816 Prevented mutation of the name sequences of `mangled` identifier name generators 4 years ago
  sanex3339 c6887464c4 Fixed wrong `source-map: 'inline'` encoding after `1.3.0` 4 years ago
  sanex3339 b606926182 Added unit tests for `mangled-shuffled` identifier names generator 4 years ago
  sanex3339 87e23748f0 Renamed option: minify -> simplify 4 years ago
  sanex3339 31551f4e33 Simple consequent only tests for IfStatementSimplifyTransformer 4 years ago
  sanex3339 87aca85f3e Added tests for VariableDeclarationsMergeTransformer 4 years ago
  sanex3339 11cfaf2b51 Renamed option `mangleProperties` -> `renameProperties` 5 years ago
  sanex3339 095ccc330a Added tests for ManglePropertiesTransformer 5 years ago
  Timofey Kachalov 7135b09f28 Added correct `self-defending` code for `target: 'browser-no-eval'` (#617) 5 years ago
  sanex3339 e7a6186eb6 Code transformers #2: HashbangOperatorTransformer 5 years ago
  sanex3339 6d03a2bacf Added prefixes to the generated global identifiers of the added code 5 years ago
  sanex3339 d229c8ffa1 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/563 5 years ago
  sanex3339 a2e9c05ce8 Fixed errors related to identifiers. Changed self defending helper 5 years ago
  sanex3339 51523c0d5c Refactoring of custom nodes: split on custom nodes and custom code helpers 5 years ago
  sanex3339 9dde522879 Custom nodes refactoring. CustomNodeObfuscator class. 5 years ago
  sanex3339 ac259dab1c Added more fixes of identifier names conflicts when using `identifiersPrefix` 5 years ago
  sanex3339 db908f7bce Fixed conflicts between generated names and names from untouched identifiers from source code. 5 years ago
  sanex3339 0fe1c15f15 Refactoring of CLI utils 5 years ago
  sanex3339 ca4a907094 Added tests for rc4 encoded value collision fix 5 years ago
  sanex3339 fcbe2ee66e Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/535 5 years ago