All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 
?wxFlagsInnerClassesyMultiFlagSetterzJsZipOptionHandler{JsOptionHandler|WarningGuardOffOptionHandler} WarningGuardWarningOptionHandler~WarningGuardErrorOptionHandlerBooleanOptionHandlerguardLevelsLjava/util/List;	Signature	FlagEntryLjava/util/List;>;mixedJsSources?JsSourceType?Ljava/util/List;>;displayHelpZRuntimeVisibleAnnotationsLorg/kohsuke/args4j/Option;name--helphandlerKLcom/google/javascript/jscomp/CommandLineRunner$Flags$BooleanOptionHandler;usage(Displays this message on stdout and exit	printTree--print_treehidden#Prints out the parse tree and exitsprintAst--print_astHPrints a dot file describing the internal abstract syntax tree and exitsprintPassGraph--print_pass_graphCPrints a dot file describing the passes that will get run and exits
emitUseStrict--emit_use_strict"Start output with "'use strict';".strictModeInput--strict_mode_inputdAssume input sources are to run in strict mode. Ignored for language modes earlier than ECMASCRIPT7.
jscompDevMode?DevMode6Lcom/google/javascript/jscomp/CompilerOptions$DevMode;--jscomp_dev_modealiases
--dev_modeloggingLevelLjava/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 compilationexterns$Ljava/util/List;	--externs@The file containing JavaScript externs. You may specify multiplejs--jsFLcom/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.jsjszip--jszipILcom/google/javascript/jscomp/CommandLineRunner$Flags$JsZipOptionHandler;6The JavaScript zip filename. You may specify multiple.jsOutputFile--js_output_fileFPrimary output filename. If not specified, output is written to stdoutmodule--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_reportWFile where the serialized version of the variable renaming map produced should be savedcreateNameMapFiles--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_reportpropertyMapOutputFile--property_renaming_reportWFile where the serialized version of the property renaming map produced should be saved
thirdParty
--third_partyLCheck source validity but do not enforce Closure style rules and conventionssummaryDetailLevelI--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:. The module name must correspond with a module specified using --module. The wrapper must contain %s as the code placeholder. The %basename% placeholder can also be used to substitute the base name of the module output file.moduleOutputPathPrefix--module_output_path_prefix?Prefix for filenames of compiled JS modules. .js will be appended to this prefix. Directories will be created as needed. Use with --modulecreateSourceMap--create_source_map?If specified, a source map file mapping the generated source files back to the original source file will be output to the specified path. The %outname% placeholder will expand to the name of the output file that the source map corresponds to.sourceMapFormat?Format/Lcom/google/javascript/jscomp/SourceMap$Format;--source_map_formatSThe source map format to produce. Options are V3 and DEFAULT, which are equivalent.sourceMapLocationMapping--source_map_location_mappingTSource map location mapping separated by a '|' (i.e. filesystem-path|webserver-path)sourceMapInputs--source_map_inputaSource map locations for input files, separated by a '|', (i.e. input-file-path|input-source-map)parseInlineSourceMapsLjava/lang/Boolean;--parse_inline_source_maps8Parse inline source maps (//# sourceMappingURL=data:...)applyInputSourceMaps--apply_input_source_mapsmWhether to apply input source maps to the output source map, i.e. have the result map back to original inputsjscompError--jscomp_errorULcom/google/javascript/jscomp/CommandLineRunner$Flags$WarningGuardErrorOptionHandler;hMake the named class of warnings an error. Must be one of the error group items. '*' adds all supported.
jscompWarning--jscomp_warningWLcom/google/javascript/jscomp/CommandLineRunner$Flags$WarningGuardWarningOptionHandler;pMake the named class of warnings a normal warning. Must be one of the error group items. '*' adds all supported.	jscompOff--jscomp_offSLcom/google/javascript/jscomp/CommandLineRunner$Flags$WarningGuardOffOptionHandler;cTurn off the named class of warnings. Must be one of the error group items. '*' adds all supported.define--define--D-DOverride the value of a variable annotated @define. The format is [=], where  is the name of a @define variable and  is a boolean, number, or a single-quoted string that contains no single quotes. If [=] is omitted, the variable is marked truecharset	--charset`Input and output charset for all files. By default, we accept UTF-8 as input and output US_ASCIIcompilationLevel--compilation_level-ORSpecifies the compilation level to use. Options: WHITESPACE_ONLY, SIMPLE, ADVANCEDcompilationLevelParsed/Lcom/google/javascript/jscomp/CompilationLevel;
checksOnly
--checks_only
--checks-only>Don't generate output. Run checks, but no optimization passes.useTypesForOptimization--use_types_for_optimization?Enable or disable the optimizations based on available type information. Inaccurate type annotations may result in incorrect results.assumeFunctionWrapper--assume_function_wrapperEnable additional optimizations based on the assumption that the output will be wrapped with a function wrapper.  This flag is used to indicate that "global" declarations will not actually be global but instead isolated to the compilation unit. This enables additional optimizations.warningLevel+Lcom/google/javascript/jscomp/WarningLevel;--warning_level-WDSpecifies the warning level to use. Options: QUIET, DEFAULT, VERBOSEdebug--debugEnable debugging optionsgenerateExports--generate_exports3Generates export code for those marked with @exportexportLocalPropertyDefinitions#--export_local_property_definitions>Generates export code for local properties marked with @export
formatting?FormattingOptionSLjava/util/List;--formatting?Specifies which formatting options, if any, should be applied to the output JS. Options: PRETTY_PRINT, PRINT_INPUT_DELIMITER, SINGLE_QUOTESprocessCommonJsModules--process_common_js_modules0Process CommonJS modules to a concatenable form.commonJsPathPrefix--common_js_module_path_prefix!Deprecated: use --js_module_root.
moduleRoot--js_module_root8Path prefixes to be removed from ES6 & CommonJS modules.commonJsEntryModule--common_js_entry_moduleDeprecated: use --entry_point.transformAmdModules--transform_amd_modules"Transform AMD to CommonJS modules.processClosurePrimitives--process_closure_primitivesProcesses built-ins from the Closure library, such as goog.require(), goog.provide(), and goog.exportSymbol(). True by default.manageClosureDependencies--manage_closure_dependencies(Deprecated: use --dependency_mode=LOOSE.onlyClosureDependencies--only_closure_dependencies)Deprecated: use --dependency_mode=STRICT.closureEntryPoint--closure_entry_pointprocessJqueryPrimitives--process_jquery_primitivesRProcesses built-ins from the Jquery library, such as jQuery.fn and jQuery.extend()angularPass--angular_passPGenerate $inject properties for AngularJS for functions annotated with @ngInjectpolymerPass--polymer_pass0Rewrite Polymer classes to be compiler-friendly.dartPass--dart_pass9Rewrite Dart Dev Compiler output to be compiler-friendly.j2clPassMode--j2cl_passcRewrite J2CL output to be compiler-friendly if enabled (ON or AUTO). Options:OFF, ON, AUTO(default)outputManifest--output_manifestGPrints out a list of all the files in the compilation. If --dependency_mode=STRICT or LOOSE is specified, this will not include files that got dropped because they were not required. The %outname% placeholder expands to the JS output file. If you're using modularization, using %outname% will create a manifest for each module.outputModuleDependencies--output_module_dependencies7Prints out a JSON file of dependencies between modules.
languageIn
--language_in?Sets what language spec that input sources conform. Options: ECMASCRIPT3, ECMASCRIPT5, ECMASCRIPT5_STRICT, ECMASCRIPT6 (default), ECMASCRIPT6_STRICT, ECMASCRIPT6_TYPED (experimental)languageOut--language_out?Sets what language spec the output should conform to. Options: ECMASCRIPT3 (default), ECMASCRIPT5, ECMASCRIPT5_STRICT, ECMASCRIPT6_TYPED (experimental)version	--version/Prints the compiler version to stdout and exit.translationsFile--translations_file;Source of translated messages. Currently only supports XTB.translationsProject--translations_project?Scopes all translations to the specified project.When specified, we will use different message ids so that messages in different projects can have different translations.flagFile
--flagfile2A file containing additional command-line options.warningsWhitelistFile--warnings_whitelist_fileyA file containing warnings to suppress. Each line should be of the form
:?  hideWarningsFor--hide_warnings_fornIf specified, files whose path contains this string will have their warnings hidden. You may specify multiple.extraAnnotationName--extra_annotation_name;A whitelist of tag names in JSDoc. You may specify multiple
tracerMode?
TracerMode9Lcom/google/javascript/jscomp/CompilerOptions$TracerMode;
--tracer_mode?Shows the duration of each compiler pass and the impact to the compiled output size. Options: ALL, AST_SIZE, RAW_SIZE, TIMING_ONLY, OFFuseNewTypeInference--new_type_inf>Checks for type errors using the new type inference algorithm.renamePrefixNamespace--rename_prefix_namespaceQSpecifies the name of an object that will be used to store all non-extern globalsconformanceConfigs--conformance_configsGA list of JS Conformance configurations in text protocol buffer format.environment?Environment:Lcom/google/javascript/jscomp/CompilerOptions$Environment;--env]Determines the set of builtin externs to load. Options: BROWSER, CUSTOM. Defaults to BROWSER.instrumentationFile--instrumentation_template.A file containing an instrumentation template.jsonStreamMode?JsonStreamMode=Lcom/google/javascript/jscomp/CompilerOptions$JsonStreamMode;--json_streams-Specifies whether standard input and output streams will be a JSON array of sources. Each source will be an object of the form {path: filename, src: file_contents, srcmap: srcmap_contents }. Intended for use by stream-based build systems such as gulpjs. Options: NONE, IN, OUT, BOTH. Defaults to NONE.preserveTypeAnnotations--preserve_type_annotationsPreserves type annotations.injectLibraries--inject_libraries"Allow injecting runtime libraries.dependencyMode?DependencyMode=Lcom/google/javascript/jscomp/CompilerOptions$DependencyMode;--dependency_mode#Specifies how the compiler should determine the set and order of files for a compilation. Options: NONE the compiler will include all src files in the order listed, STRICT files will be included and sorted by starting from namespaces or files listed by the --entry_point flag - files will only be included if they are referenced by a goog.require or CommonJS require or ES6 import, LOOSE same as with STRICT but files which do not goog.provide a namespace and are not modules will be automatically added as --entry_point entries. Defaults to NONE.entryPoints
--entry_point&A file or namespace to use as the starting point for determining which src files to include in the compilation. ES6 and CommonJS modules are specified as file paths (without the extension). Closure-library namespaces are specified with a "goog:" prefix. Example: --entry_point=goog:goog.PromiserewritePolyfills--rewrite_polyfillsNRewrite ES6 library calls to use polyfills provided by the compiler's runtime.printSourceAfterEachPass--print_source_after_each_pass:Whether to iteratively print resulting JS source per pass.	argumentsLorg/kohsuke/args4j/Argument;parser"Lorg/kohsuke/args4j/CmdLineParser;COMPILATION_LEVEL_MAPLjava/util/Map;RLjava/util/Map;
categories$Lcom/google/common/collect/Multimap;JLcom/google/common/collect/Multimap;
boldPrefix
ConstantValuenormalPrefix
maxLineLengthPwhitespacePatternLjava/util/regex/Pattern;()VCodeLineNumberTableLocalVariableTablethis6Lcom/google/javascript/jscomp/CommandLineRunner$Flags;parse(Ljava/util/List;)VargsLocalVariableTypeTable
StackMapTable
Exceptions'(Ljava/util/List;)V
printUsage(Ljava/io/PrintStream;)VprefixsuffixentryEntryLjava/util/Map$Entry;psLjava/io/PrintStream;outputStreamLjava/io/OutputStreamWriter;isFirstSLjava/util/Map$Entry;>;??????printCategoryUsagek(Ljava/lang/String;Ljava/util/Collection;Ljava/io/OutputStreamWriter;Ljava/lang/String;Ljava/lang/String;)VcategoryNameoptionsLjava/util/Collection;*Ljava/util/Collection;?(Ljava/lang/String;Ljava/util/Collection;Ljava/io/OutputStreamWriter;Ljava/lang/String;Ljava/lang/String;)VprintStringLineWrapped1(Ljava/lang/String;Ljava/io/OutputStreamWriter;)VinputendIndex	subStringwhitespaceMatcherLjava/util/regex/Matcher;
foundMatch??printShortUsageAfterErrors
getJsFiles()Ljava/util/List;patternsallJsInputs?&()Ljava/util/List;getMixedJsSourcesfilenamesourceBLcom/google/javascript/jscomp/AbstractCommandLineRunner$FlagEntry;mixedSourcesexcludesLjava/util/Set;
fromArguments?Lcom/google/javascript/jscomp/AbstractCommandLineRunner$FlagEntry;#Ljava/util/Set;??()Ljava/util/List;>;getSourceMapLocationMappingsmappinglocationMappings?Builder1Lcom/google/common/collect/ImmutableList$Builder;split(Lcom/google/common/collect/ImmutableMap;;Ljava/util/Map$Entry;LocationMappingkLcom/google/common/collect/ImmutableList$Builder;NLcom/google/common/collect/ImmutableMap;??L()Ljava/util/List;getSourceMapInputs*()Lcom/google/common/collect/ImmutableMap;P()Lcom/google/common/collect/ImmutableMap;splitPipePartsP(Ljava/lang/Iterable;Ljava/lang/String;)Lcom/google/common/collect/ImmutableMap;partsinputSourceMapLjava/lang/Iterable;flagNameresult0Lcom/google/common/collect/ImmutableMap$Builder;splitter!Lcom/google/common/base/Splitter;(Ljava/lang/Iterable;VLcom/google/common/collect/ImmutableMap$Builder;&??(Ljava/lang/Iterable;Ljava/lang/String;)Lcom/google/common/collect/ImmutableMap;
access$100
access$300
access$400J(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Ljava/lang/String;x0
access$402\(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;Ljava/lang/String;)Ljava/lang/String;x1
access$500I(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;Ljava/util/List;)V
access$600K(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Ljava/lang/Boolean;
access$7009(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Z
access$800
access$902:(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;Z)Zaccess$1000access$1100H(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Ljava/util/List;access$1200access$1202access$1300access$1400t(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/CompilerOptions$IsolationMode;access$1500N(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;Ljava/io/PrintStream;)Vaccess$1600access$1700access$1800access$1900access$2000access$2100access$2200access$2300u(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/CompilerOptions$DependencyMode;access$2400access$2500access$2600access$2700u(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/CompilerOptions$JsonStreamMode;access$2800access$2900access$3000q(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/CompilerOptions$TracerMode;access$3100access$3200access$3300access$3400access$3500access$3600access$3700access$3800access$3900g(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/SourceMap$Format;access$4000access$4100access$4200access$43009(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Iaccess$4400access$4500access$4600access$4700access$4800access$4900access$5000access$5100access$5200n(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/CompilerOptions$DevMode;access$5300access$5400access$5500access$5600access$5700access$5800access$5900g(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/CompilationLevel;access$6000access$6100r(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/CompilerOptions$Environment;access$6200access$6300access$6400access$6500access$6600access$6700c(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;)Lcom/google/javascript/jscomp/WarningLevel;access$6800
access$900access$7000access$7100access$7200access$7300access$7400access$7500access$7600access$7700access$7800access$7900access$8000access$8100access$8200
SourceFileCommandLineRunner.javaXD[DeDA;&f#fbDVDSD>ffDD?;???D?D?D?D?DDG?D??2;ffMDRDUD^aefi;q;ufx;{f~D?f???;?f?f???;?fff?D,f/;D58Jf;DMP;?DDY\?;?;D?D D??CD?????f?f_;?f?D?D?D????)f?;:;yz?a?????java/util/ArrayListm;??./???;?;????;?;?;SIMPLE?f???AUTOECMASCRIPT6ECMASCRIPT3?8?G?P?\h;rftfu?\s???wx org/kohsuke/args4j/CmdLineParsery?jkjava/lang/String???[Ljava/lang/String;??lm??????-com/google/javascript/jscomp/CompilationLevel#org/kohsuke/args4j/CmdLineExceptionjava/lang/StringBuilder#Bad value for --compilation_level: ????y?java/io/OutputStreamWriter???y?op?????????????java/util/Map$Entry

??Warning and Error Management???4com/google/javascript/jscomp/CommandLineRunner$Flags-com/google/javascript/jscomp/DiagnosticGroups
Available Error Groups: accessControls, ambiguousFunctionDecl, checkEventfulObjectDisposal, checkRegExp, checkTypes, checkVars, commonJsModuleLoad, conformanceViolations, const, constantProperty, deprecated, deprecatedAnnotations, duplicateMessage, es3, es5Strict, externsValidation, fileoverviewTags, functionParams, globalThis, internetExplorerChecks, invalidCasts, misplacedTypeAnnotation, missingGetCssName, missingOverride, missingPolyfill, missingProperties, missingProvide, missingRequire, missingReturn, msgDescriptions, newCheckTypes, nonStandardJsDocs, reportUnknownTypes, suspiciousCode, strictModuleDepCheck, typeInvalidation, undefinedNames, undefinedVars, unknownDefines, unusedLocalVariables, unusedPrivateMembers, uselessCode, useOfGoogBase, underscore, visibility??java/util/Collection????z??:
??6com/google/javascript/jscomp/CommandLineRunner$Flags$1y???java/io/IOException???????????
    ??Sample usage: ??y--compilation_level (-O) VAL --externs VAL --js VAL --js_output_file VAL --warning_level (-W) [QUIET | DEFAULT | VERBOSE]??+Run with --help for all options and details??????No inputs matchedjava/util/HashSet?@com/google/javascript/jscomp/AbstractCommandLineRunner$FlagEntry??.zip????!???????y???????????????????6com/google/javascript/jscomp/SourceMap$LocationMappingy?????.com/google/common/collect/ImmutableMap$Builder??????????Bad value for  (duplicate key): ????????WHITESPACE_ONLY4?7?SIMPLE_OPTIMIZATIONSADVANCED:?ADVANCED_OPTIMIZATIONS3com/google/common/collect/ImmutableMultimap$BuilderBasic Usagecompilation_levelenvjs_output_filelanguage_inlanguage_out
warning_levelconformance_configsextra_annotation_namehide_warnings_forjscomp_error
jscomp_offjscomp_warningnew_type_infwarnings_whitelist_fileOutputassume_function_wrapper!export_local_property_definitionsgenerate_exportsoutput_wrapperoutput_wrapper_fileDependency Managementdependency_modeentry_point	
JS Modulesjs_module_rootprocess_common_js_modulestransform_amd_modules
Library and Framework Specificangular_pass	dart_passnoinject_librarypolymer_passprocess_closure_primitivesrewrite_polyfillsCode Splittingmodule_output_path_prefixmodule_wrapperReportscreate_source_mapoutput_manifestoutput_module_dependenciesproperty_renaming_reportsource_map_location_mappingvariable_renaming_report
Miscellaneouschecks_onlyflagfilehelpthird_partyuse_types_for_optimization?java/lang/ObjectDcom/google/javascript/jscomp/CommandLineRunner$Flags$MultiFlagSetterGcom/google/javascript/jscomp/CommandLineRunner$Flags$JsZipOptionHandlerDcom/google/javascript/jscomp/CommandLineRunner$Flags$JsOptionHandlerQcom/google/javascript/jscomp/CommandLineRunner$Flags$WarningGuardOffOptionHandlerUcom/google/javascript/jscomp/CommandLineRunner$Flags$WarningGuardWarningOptionHandlerScom/google/javascript/jscomp/CommandLineRunner$Flags$WarningGuardErrorOptionHandlerIcom/google/javascript/jscomp/CommandLineRunner$Flags$BooleanOptionHandlerCcom/google/javascript/jscomp/AbstractCommandLineRunner$JsSourceType
4com/google/javascript/jscomp/CompilerOptions$DevMode:com/google/javascript/jscomp/CompilerOptions$IsolationMode-com/google/javascript/jscomp/SourceMap$Format?com/google/javascript/jscomp/CommandLineRunner$FormattingOption7com/google/javascript/jscomp/CompilerOptions$TracerMode8com/google/javascript/jscomp/CompilerOptions$Environment;com/google/javascript/jscomp/CompilerOptions$JsonStreamMode;com/google/javascript/jscomp/CompilerOptions$DependencyModejava/util/Iteratorjava/io/PrintStreamjava/util/regex/Matcherjava/util/List
java/util/Set/com/google/common/collect/ImmutableList$Builder&com/google/common/collect/ImmutableMapcom/google/common/base/SplitterOFFjava/util/logging/LevelWARNINGLjava/util/logging/Level;getName()Ljava/lang/String;NONEDEFAULTjava/lang/BooleanvalueOf(Z)Ljava/lang/Boolean;)com/google/javascript/jscomp/WarningLevelBROWSERjava/util/regex/Patterncompile-(Ljava/lang/String;)Ljava/util/regex/Pattern;(Ljava/lang/Object;)VtoArray(([Ljava/lang/Object;)[Ljava/lang/Object;
parseArgument([Ljava/lang/String;)Vcom/google/common/base/AsciitoUpperCase&(Ljava/lang/String;)Ljava/lang/String;
java/util/Mapget&(Ljava/lang/Object;)Ljava/lang/Object;append-(Ljava/lang/String;)Ljava/lang/StringBuilder;toString7(Lorg/kohsuke/args4j/CmdLineParser;Ljava/lang/String;)V!java/nio/charset/StandardCharsetsUTF_8Ljava/nio/charset/Charset;3(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V"com/google/common/collect/MultimapasMap()Ljava/util/Map;entrySet()Ljava/util/Set;iterator()Ljava/util/Iterator;hasNext()Znext()Ljava/lang/Object;getKeyequals(Ljava/lang/Object;)Z.com/google/javascript/jscomp/CommandLineRunnergetValueflushwrite(Ljava/lang/String;)VO(Lcom/google/javascript/jscomp/CommandLineRunner$Flags;Ljava/util/Collection;)VU(Ljava/io/Writer;Ljava/util/ResourceBundle;Lorg/kohsuke/args4j/OptionHandlerFilter;)Vlength()I	substring(II)Ljava/lang/String;matcher3(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;findstart(I)Ljava/lang/String;printprintlnaddAll(Ljava/util/Collection;)ZfindJsFiles((Ljava/util/Collection;)Ljava/util/List;isEmpty6com/google/javascript/jscomp/AbstractCommandLineRunnerendsWith(Ljava/lang/String;)Zadd
startsWithjava/util/Collections
singletonList$(Ljava/lang/Object;)Ljava/util/List;JSELcom/google/javascript/jscomp/AbstractCommandLineRunner$JsSourceType;'(Ljava/lang/Object;Ljava/lang/String;)Vremove
access$000)(Ljava/util/Collection;Z)Ljava/util/List;contains'com/google/common/collect/ImmutableListbuilder3()Lcom/google/common/collect/ImmutableList$Builder;*()Lcom/google/common/collect/ImmutableSet;&com/google/common/collect/ImmutableSet2()Lcom/google/common/collect/UnmodifiableIterator;&com/google/javascript/jscomp/SourceMap'(Ljava/lang/String;Ljava/lang/String;)VE(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder;build+()Lcom/google/common/collect/ImmutableList;on$(C)Lcom/google/common/base/Splitter;limit$(I)Lcom/google/common/base/Splitter;java/lang/IterablesplitToList*(Ljava/lang/CharSequence;)Ljava/util/List;size-(Ljava/lang/Object;)Ljava/lang/StringBuilder;(I)Ljava/lang/Object;putV(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableMap$Builder;synchronizedList"(Ljava/util/List;)Ljava/util/List;of?(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableMap;+com/google/common/collect/ImmutableMultimap?(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;putAll](Ljava/lang/Object;Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableMultimap$Builder;?(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;O(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;a(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;?(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;/()Lcom/google/common/collect/ImmutableMultimap;,com/google/javascript/jscomp/CompilerOptions ?)\
:;<>
?;<BCDEFGsHIcJKsLMDEFGsNOZPIcJKsQRDEFGsSOZPIcJKsTUDEFGsVOZPIcJKsWXDEFGsYIcJKsZ[DEFGs\IcJKs]^aEFGsbOZPc[sdefEFGsgOZPKshi;<jEFGskKslm;<jEFGsnIcoKspq;<jEFGsrOZPIcsKstufEFGsvKswx;<jEFGsyKsz{fEFGs|Ks}~DEFGsOZPIcJKs??fEFGs?Ks??DEFGs?IcJKs???EFGs?OZPKs???EFGs?Ks??fEFGs?Ks??fEFGs?Ks??;<jEFGs?Ks??fEFGs?Ks??fEFGs?Ks???EFGs?OZPKs??;<jEFGs?Ks??;<jEFGs?OZPKs???EFGs?IcJOZPKs??DEFGs?IcJOZPKs??;<jEFGs?Ic?Ks??;<jEFGs?Ic?Ks??;<jEFGs?Ic?Ks??;<jEFGs?c[s?s?Ks??fEFGs?Ks??fEFGs?c[s?Ks????DEFGs?c[s?IcJKs??DEFGs?IcJKs??DEFGs?IcJKs???EFGs?c[s?Ks??DEFGs?OZPIcJKs??DEFGs?IcJKs??DEFGs?IcJKs??;<?EFGs?Ks??DEFGs?IcJKs??;<jEFGs?OZPKs??;<jEFGs?Ks??fEFGs?OZPKs??DEFGs?IcJKs??DEFGs?IcJKs??DEFGs?OZPIcJKs?DEFGsOZPIcJKs;<jEFGsOZPKs?DEFGsOZPIcJKsDEFGs	IcJKs
DEFGsIcJKs
DEFGsIcJKsfEFGsOZPKsfEFGsKsfEFGsKsfEFGsKsfEFGsKs DEFGs!IcJKs"#fEFGs$OZPKs%&fEFGs'OZPKs()fEFGs*OZPKs+,fEFGs-Ks./;<jEFGs0Ks12;<jEFGs3Ks458EFGs9OZPKs:;DEFGs<IcJKs=>fEFGs?Ks@A;<jEFGsBKsCDGEFGsHKsIJfEFGsKOZPKsLMPEFGsQOZPKsRSDEFGsTOZPIcJKsUVDEFGsWKsXY\EFGs]Ks^_;<jEFGs`KsabDEFGscIcJKsdeDEFGsfOZPKsgh;<jEijklm<nop<qrfsmtfsou?svwx_yz{?h*?Q*?B*?*?*?*?*?*?R?*?S?T?*?UY?V? *?UY?V?W*?UY?V?!*X?"*?UY?V?#*X?$*?%*X?&*??*?'*?Y?D*X?F*X?E*?UY?V?(*Z?)*X?**?[?+*?UY?V?\*?UY?V?]*?^?L*?K*?UY?V?_*?UY?V?`*?UY?V?a*?UY?V?,*X?-*b?c*?*?*?*?*?d?*?*?*?*?UY?V?*?J*?UY?V?<*?UY?V?=*?0*?I*?9*?:*?UY?V?8*?>*?3*?
*?*e?*X?.*X?/*f?*g?*?@*X?*?*X?N*X?1*?UY?V?2*?UY?V?*?h?4*?6*?
*?UY?V?*?i?*X?5*?j?7*?	*?*?k?;*?UY?V?G*?*?*?UY?V?l*m?n*o?p*P?q*r?s?t*?uY*?v?w?|n[??	?????"?)?-?3?>?I?T?Z?e?k?p?v{????!?)?/?7?=?B?H?L?N?V?a?l?v????? ?'?,?1?6?A?F?Q?\?a?f?k?p?{???????%?)?2?8?=?B?I?N?T?Y?]?e?j?o?sz??? ?+?0?5?@=F>LeRf[?g?}h~??{?T*?w+?x?y?z?{*?|*?c?}?~??*??%??Y*?w??Y?????*?c????????|??*?1?S?}T~T?;?T?j??S??<???{a???Y+????M>????????:???W????:?:X:?	>X:???x?????:*???x????,?????+???|:#%&8'<(@)D*F+J.\/`7}8?:?;}H<A?f@=?f8E???~???y??w?D?8E???*?"???'?????????{?Q?
*-??-??Y??m??+?????o??????*?w-??Y*,?????
*-???:?KN?|&	HIL-N?]D^KbN`Pc}>Q~Q?fQ??Q??Q?fQ?f?Q???	>B?<???{??+??P?	,+???P>+P??:*?t??:6?????>6???,??Y??+???????????*??Y?????+?	`???????,???|>j	klopq&r)s1t7u=wYxsy}x?z}H?~??f???o??f?f&[??)X?D?_???????4?????????????????????{[+???+???+???+???|}~???}~????{?E?UY?VL+*?W??W+*?l??W+??M+???,?????Y*?w????,?|????#?5?C?} E~=?;#"?;?=?j#"?j??C?????<???{?Z?UY?VL??Y??M?O??N-????-????:??????+??W????????Q??????????:???.???x:,??W+??Y??????W??ΧM?????ù?:???0???x:,???+??Y??????W??̧?.*?l??N-??:???%???x:+??Y??????W??ײO???&*?l???+?????Y*?w????+?|b???-?:?F?S?U?_?????????????????????'?*?J?X?}R?f??f-????fZ~R?;J???d?;?*-???R?BJ???d?j?8?????,??"??4??3??????+-???<???{?S??L**?\Ʒ?M,?ȶ?N-???1-????:+??Y???x???x?˶?W???+?Ͱ|"???+?<?G?K?N?}*+ ??S~O??D??? + ??O??D????????6??<???{5**?]ηǰ|?}~??<???{V???Y??N|????:+??:???c???x:??:???+??Y*?w??Y??ֶ?,??׶?+?ض????-??????W???-?۰|&	???1?:?E?m?????}H:H?;1Q?f?~?????f???w??? :H?j????????????Q?????<???{?P?|???{?O?|???{/*?N?|?}???{;*+Z?N?|?}??f??{:*+?M?|?}??;????{/*?L?|?}???{/*?K?|?}???{/*?J?|?}???{;*Z?I?|?}??D??{/*?H?|?}???{/*?G?|?}???{/*?F?|?}???{;*+Z?F?|?}??f??{/*?E?|?}???{/*?D?|?}???{:*+?C?|?}?????{/*?B?|?}???{:*+?A?|?}?????{/*?@?|?}???{/*???|?}??{/*?>?|?}??{/*?=?|?}??{/*??{/*?
?|?}???{/*?	?|?}?@?{/*??|?}?A?{/*??|?}?B?{/*??|?}?C?{/*??|?}?D?{/*??|?}?E?{/*??|?}?F?{/*??|?}?G?{/*??|?}?Hz{?
?UY?V?ܳP?UY?V?ܳOݲ?b?????????|??Y?????????????????????????????????????	
???
????????? !"#$%&'???(???|j??
???3?9?R?U?j?m???????????????	?? ?IJ+???*
,?-
.?/	0?1	2?3	4?5	6?7	8?9	??=@A@_?`@???@?!?D	???@6?7@E?F@N?O@Z?[@???	???!?	??	?<?	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy