Pārlūkot izejas kodu

Merge branch 'dev'

sanex3339 8 gadi atpakaļ
vecāks
revīzija
7a9e754eab
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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>