
com.google.javascript.jscomp.CommandLineRunner$Flags.class Maven / Gradle / Ivy
The newest version!
???? 3 ?K ?L ?M ?N ?O ?P ?Q ?R ?S ?T ?U ?V ?W ?X ?Y ?Z ?[ ?\ ?] ?^ ?_ ?` ?a ?b ?c ?d ?e ?f ?g ?h ?i ?j ?k ?l ?m ?n ?o ?p ?q ?r ?s ?t ?u ?v ?w ?x ?y ?z ?{ ?| ?} ?~ ? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ??
?? ?? ?? ?? ?? ?? ?? ?? ?? ??
?? ?? ?? ??
)? _? ??
???
U? ??? ??? ?? ?? ??
?? ?? ?? ??? ?? ????? 6? E? N? Z? ??? ??? ?? ???
?? ???
u? ??????
u? ??
???????
???
??
??
??? ??
?? ?????????????? ???
x???? ???
??
??
???
???
??
u??
x?
x?
??
??
????
x
?
??
??
????
?
x?
x
? @
??
??
?
?
"
?#
?$
?%?&
??
'(
')*?
'+?,-.
?/?0
?1
?2
34 5 678 9:
;=
??>?@imABCD
E
?FGHIJKLMNOP?Q?RST
UVWX
YZ[\]
^_`abcde
fgxhijklmnopq?r?stuv
?wx Flags InnerClassesy MultiFlagSetterz JsZipOptionHandler{ JsOptionHandler| WarningGuardOffOptionHandler} WarningGuardWarningOptionHandler~ WarningGuardErrorOptionHandler BooleanOptionHandler guardLevels Ljava/util/List; Signature FlagEntry Ljava/util/List;>; mixedJsSources? JsSourceType ?Ljava/util/List;>; displayHelp Z RuntimeVisibleAnnotations Lorg/kohsuke/args4j/Option; name --help handler KLcom/google/javascript/jscomp/CommandLineRunner$Flags$BooleanOptionHandler; usage (Displays this message on stdout and exit printTree --print_tree hidden #Prints out the parse tree and exits printAst --print_ast HPrints a dot file describing the internal abstract syntax tree and exits printPassGraph --print_pass_graph CPrints a dot file describing the passes that will get run and exits
emitUseStrict --emit_use_strict "Start output with "'use strict';". strictModeInput --strict_mode_input dAssume input sources are to run in strict mode. Ignored for language modes earlier than ECMASCRIPT7.
jscompDevMode? DevMode 6Lcom/google/javascript/jscomp/CompilerOptions$DevMode; --jscomp_dev_mode aliases
--dev_mode loggingLevel Ljava/lang/String; --logging_level ?The logging level (standard java.util.logging.Level values) for Compiler progress. Does not control errors or warnings for the JavaScript code under compilation externs $Ljava/util/List; --externs @The file containing JavaScript externs. You may specify multiple js --js FLcom/google/javascript/jscomp/CommandLineRunner$Flags$JsOptionHandler; The JavaScript filename. You may specify multiple. The flag name is optional, because args are interpreted as files by default. You may also use minimatch-style glob patterns. For example, use --js='**.js' --js='!**_test.js' to recursively include all js files that do not end in _test.js jszip --jszip ILcom/google/javascript/jscomp/CommandLineRunner$Flags$JsZipOptionHandler; 6The JavaScript zip filename. You may specify multiple. jsOutputFile --js_output_file FPrimary output filename. If not specified, output is written to stdout module --moduleA JavaScript module specification. The format is :[:[,...][:]]]. Module names must be unique. Each dep is the name of a module that this module depends on. Modules must be listed in dependency order, and JS source files must be listed in the corresponding order. Where --module flags occur in relation to --js flags is unimportant. may be set to 'auto' for the first module if it has no dependencies. Provide the value 'auto' to trigger module creation from CommonJSmodules. variableMapOutputFile --variable_renaming_report WFile where the serialized version of the variable renaming map produced should be saved createNameMapFiles --create_renaming_reportsIf true, variable renaming and property renaming report files will be produced as {binary name}_vars_renaming_report.out and {binary name}_props_renaming_report.out. Note that this flag cannot be used in conjunction with either variable_renaming_report or property_renaming_report propertyMapOutputFile --property_renaming_report WFile where the serialized version of the property renaming map produced should be saved
thirdParty
--third_party LCheck source validity but do not enforce Closure style rules and conventions summaryDetailLevel I --summary_detail_levelControls how detailed the compilation summary is. Values: 0 (never print summary), 1 (print summary only if there are errors or warnings), 2 (print summary if the 'checkTypes' diagnostic group is enabled, see --jscomp_warning), 3 (always print summary). The default level is 1
isolationMode?
IsolationMode