sanex3339 преди 7 години
родител
ревизия
e03bd9b635
променени са 3 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 0 1
      README.md
  2. 0 0
      dist/index.js
  3. 2 2
      src/cli/JavaScriptObfuscatorCLI.ts

+ 0 - 1
README.md

@@ -235,7 +235,6 @@ For example:
 * Obfuscation of the variable's name at its declaration is called direct transformation;
 * Obfuscation of the variable's name at its declaration is called direct transformation;
 * Obfuscation of the variable's name beyond its declaration is called child transformation.
 * Obfuscation of the variable's name beyond its declaration is called child transformation.
 
 
-
 ## JavaScript Obfuscator Options
 ## JavaScript Obfuscator Options
 
 
 Following options are available for the JS Obfuscator:
 Following options are available for the JS Obfuscator:

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/index.js


+ 2 - 2
src/cli/JavaScriptObfuscatorCLI.ts

@@ -233,7 +233,7 @@ export class JavaScriptObfuscatorCLI implements IInitializable {
                 BooleanSanitizer
                 BooleanSanitizer
             )
             )
             .option(
             .option(
-                '--domainLock <list>',
+                '--domainLock \'<list>\' (comma separated)',
                 'Blocks the execution of the code in domains that do not match the passed RegExp patterns (comma separated)',
                 'Blocks the execution of the code in domains that do not match the passed RegExp patterns (comma separated)',
                 ArraySanitizer
                 ArraySanitizer
             )
             )
@@ -246,7 +246,7 @@ export class JavaScriptObfuscatorCLI implements IInitializable {
                 BooleanSanitizer
                 BooleanSanitizer
             )
             )
             .option(
             .option(
-                '--reservedNames <list>',
+                '--reservedNames \'<list>\' (comma separated)',
                 'Disable obfuscation of variable names, function names and names of function parameters that match the passed RegExp patterns (comma separated)',
                 'Disable obfuscation of variable names, function names and names of function parameters that match the passed RegExp patterns (comma separated)',
                 ArraySanitizer
                 ArraySanitizer
             )
             )

Някои файлове не бяха показани, защото твърде много файлове са промени