Commit History

Author SHA1 Message Date
  sanex3339 55e52dca95 Fixed tslint errors 6 years ago
  sanex3339 63a4e36a7a Removed redundant check for `cachedReplaceableIdentifiersNamesMap` 6 years ago
  sanex3339 5fdf26b941 Added getBlockScopeOfNode method 7 years ago
  sanex3339 19696ec33c Use block scope instead node identifier 7 years ago
  sanex3339 3ea05aa0e1 Switched `esprima` on `espree`. Obfuscation of `export` declarations 7 years ago
  sanex3339 6f480a6f6f Fixed rare bug with runtime error with `identifiersNameGenarator`: `mangled` 7 years ago
  sanex3339 78cdba9ef6 Added NodeMetadata class 7 years ago
  sanex3339 a5a4239463 Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/217 7 years ago
  sanex3339 b061b3d889 Remove few any types 7 years ago
  sanex3339 fccf170c08 Obfuscating tranformers and identifier replacer refactoring 7 years ago
  sanex3339 cf94be2285 Add prefix only for variables with global declaration 7 years ago
  sanex3339 e4f9c100f8 Changed random identifiers prefix length to 6 characters 7 years ago
  sanex3339 2950613d44 Now transformers knows about its transformation stage 7 years ago
  sanex3339 d3bd595142 Object keys obfuscation - first working realisation 7 years ago
  sanex3339 59dc0f7518 Conditional comments now affects control flow flattening transformations 7 years ago
  sanex3339 292647b519 Optimisations for identifers renaming 7 years ago
  sanex3339 815b17dfb9 Update to typescript 2.6.0 7 years ago
  sanex3339 cda333eefe tslint rules update 7 years ago
  sanex3339 2039e196dd Project structure reorganized part 2 7 years ago
  sanex3339 22756b8b34 Project structure reorganized 7 years ago
  sanex3339 a59fda5d7c Added `renameGlobal` option 7 years ago
  sanex3339 31fdfae074 Added `tslint-eslint-rules` rules 7 years ago
  sanex3339 d21c5afa8a Utility classes with state now are non-static 8 years ago
  sanex3339 f1045c20c1 Enum names refactoring 8 years ago
  sanex3339 b6bfb02d84 Folder structure and class name changes 8 years ago
  sanex3339 e17265bb59 Some refactoring related to latest changes 8 years ago
  sanex3339 3a841cab56 ObfuscatingTransformer's optimisations 8 years ago
  sanex3339 568bb805fb Changed Replacer on ObfuscatingReplacer. Changed ObfuscatingReplacer return type from string on ESTree.Node 8 years ago
  sanex3339 d33677ce9d refactoring 8 years ago
  sanex3339 0320841f2d Performance boost: replaced for..of loops on forEach loops in important to performance places 8 years ago