Forráskód Böngészése

Merge branch 'dev'

sanex3339 8 éve
szülő
commit
7a9e754eab
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -119,6 +119,7 @@ Following options available for the JS Obfuscator:
 {
     compact: true,
     controlFlowFlattening: false,
+    controlFlowFlatteningThreshold: 0.75,
     debugProtection: false,
     debugProtectionInterval: false,
     disableConsoleOutput: true,
@@ -146,6 +147,7 @@ Following options available for the JS Obfuscator:
 
     --compact <boolean>
     --controlFlowFlattening <boolean>
+    --controlFlowFlatteningThreshold <number>
     --debugProtection <boolean>
     --debugProtectionInterval <boolean>
     --disableConsoleOutput <boolean>