Uses of Class
com.google.javascript.jscomp.AbstractCommandLineRunner.CommandLineConfig
Packages that use AbstractCommandLineRunner.CommandLineConfig
-
Uses of AbstractCommandLineRunner.CommandLineConfig in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return AbstractCommandLineRunner.CommandLineConfigModifier and TypeMethodDescriptionAbstractCommandLineRunner.getCommandLineConfig()
Get the command line config, so that it can be initialized.AbstractCommandLineRunner.CommandLineConfig.setAngularPass
(boolean angularPass) Sets whether to process AngularJS-specific annotations.AbstractCommandLineRunner.CommandLineConfig.setApplyInputSourceMaps
(boolean applyInputSourceMaps) Whether to apply input source maps to the output, i.e.AbstractCommandLineRunner.CommandLineConfig.setBrowserFeaturesetYear
(Integer browserFeaturesetYear) Indicates target browser's yearAbstractCommandLineRunner.CommandLineConfig.setCharset
(String charset) Input charset for all files.AbstractCommandLineRunner.CommandLineConfig.setCodingConvention
(CodingConvention codingConvention) Sets rules and conventions to enforce.AbstractCommandLineRunner.CommandLineConfig.setContinueSavedCompilationFileName
(String fileName, int restoredCompilationStage) Set the compiler to resume a saved compilation state from a file.AbstractCommandLineRunner.CommandLineConfig.setCreateNameMapFiles
(boolean createNameMapFiles) If true, variable renaming and property renaming map files will be produced as {binary name}_vars_map.out and {binary name}_props_map.out.AbstractCommandLineRunner.CommandLineConfig.setCreateSourceMap
(String createSourceMap) If specified, a source map file mapping the generated source files back to the original source file will be output to the specified path.AbstractCommandLineRunner.CommandLineConfig.setDefaultToStdin()
Whether to read a single source file from standard input if no input files are explicitly specified.Override the value of a variable annotated @define.AbstractCommandLineRunner.CommandLineConfig.setDependencyOptions
(@Nullable DependencyOptions dependencyOptions) Sets the dependency management options.AbstractCommandLineRunner.CommandLineConfig.setErrorFormat
(AbstractCommandLineRunner.CommandLineConfig.ErrorFormatOption errorFormat) AbstractCommandLineRunner.CommandLineConfig.setExterns
(List<String> externs) The file containing JavaScript externs.AbstractCommandLineRunner.CommandLineConfig.setHideWarningsFor
(List<String> hideWarningsFor) Sets the paths for which warnings will be hidden.AbstractCommandLineRunner.CommandLineConfig.setInstrumentationMappingFile
(String instrumentationMappingFile) AbstractCommandLineRunner.CommandLineConfig.setJscompDevMode
(CompilerOptions.DevMode jscompDevMode) Turns on extra validity checksAbstractCommandLineRunner.CommandLineConfig.setJsonStreamMode
(com.google.javascript.jscomp.CompilerOptions.JsonStreamMode mode) AbstractCommandLineRunner.CommandLineConfig.setJsonWarningsFile
(String jsonWarningsFile) AbstractCommandLineRunner.CommandLineConfig.setJsOutputFile
(String jsOutputFile) Primary output filename.AbstractCommandLineRunner.CommandLineConfig.setLoggingLevel
(String loggingLevel) The logging level (standard java.util.logging.Level values) for Compiler progress.AbstractCommandLineRunner.CommandLineConfig.setManifestMaps
(List<String> manifestMaps) Sets the execPath:rootRelativePath mappingsAbstractCommandLineRunner.CommandLineConfig.setMixedJsSources
(List<AbstractCommandLineRunner.FlagEntry<AbstractCommandLineRunner.JsSourceType>> mixedJsSources) The JavaScript source file names, including .js and .zip files.A JavaScript module specification.AbstractCommandLineRunner.CommandLineConfig.setModuleConformanceFiles
(List<String> moduleConformanceFiles) The conformance report file name for a JavaScript chunk (optional).AbstractCommandLineRunner.CommandLineConfig.setModuleOutputFiles
(List<String> moduleOutputFiles) The output file name for a JavaScript chunk (optional).AbstractCommandLineRunner.CommandLineConfig.setModuleOutputPathPrefix
(String moduleOutputPathPrefix) Prefix for filenames of compiled chunks.AbstractCommandLineRunner.CommandLineConfig.setModuleRoots
(List<String> jsChunkRoots) Sets the module roots.AbstractCommandLineRunner.CommandLineConfig.setModuleWrapper
(List<String> moduleWrapper) An output wrapper for a JavaScript module (optional).AbstractCommandLineRunner.CommandLineConfig.setOutputBundle
(List<String> outputBundles) Sets whether to print output bundle files.AbstractCommandLineRunner.CommandLineConfig.setOutputManifest
(List<String> outputManifests) Sets whether to print output manifest files.AbstractCommandLineRunner.CommandLineConfig.setOutputModuleDependencies
(String outputModuleDependencies) Sets whether a JSON file representing the dependencies between modules should be created.AbstractCommandLineRunner.CommandLineConfig.setOutputWrapper
(String outputWrapper) Interpolate output into this string at the place denoted by the marker token %output%, or %output|jsstring%AbstractCommandLineRunner.CommandLineConfig.setParseInlineSourceMaps
(boolean parseInlineSourceMaps) AbstractCommandLineRunner.CommandLineConfig.setPrintAst
(boolean printAst) Prints a dot file describing the internal abstract syntax tree and exitsAbstractCommandLineRunner.CommandLineConfig.setProcessCommonJSModules
(boolean processCommonJSModules) Sets whether to process Commonchunks.AbstractCommandLineRunner.CommandLineConfig.setPropertyMapInputFile
(String propertyMapInputFile) File containing the serialized version of the property renaming map produced by a previous compilationAbstractCommandLineRunner.CommandLineConfig.setPropertyMapOutputFile
(String propertyMapOutputFile) File where the serialized version of the property renaming map produced should be savedAbstractCommandLineRunner.CommandLineConfig.setSaveCompilationStateToFilename
(String fileName, int saveAfterCompilationStage) Set the compiler to perform the first phase and save the intermediate result to a file.AbstractCommandLineRunner.CommandLineConfig.setSkipNormalOutputs
(boolean skipNormalOutputs) Sets whether the normal outputs of compilation should be skipped.AbstractCommandLineRunner.CommandLineConfig.setSourceMapDetailLevel
(SourceMap.DetailLevel level) The detail supplied in the source map file, if generated.AbstractCommandLineRunner.CommandLineConfig.setSourceMapFormat
(SourceMap.Format format) The source map format to use, if generated.AbstractCommandLineRunner.CommandLineConfig.setSourceMapInputFiles
(Map<String, String> sourceMapInputFiles) AbstractCommandLineRunner.CommandLineConfig.setSourceMapLocationMappings
(List<SourceMap.LocationMapping> locationMappings) The source map location mappings to use, if generated.AbstractCommandLineRunner.CommandLineConfig.setStringMapOutputFile
(String stringMapOutputPath) File where the serialized version of the string map produced by the ReplaceStrings pass should be saved.AbstractCommandLineRunner.CommandLineConfig.setSummaryDetailLevel
(int summaryDetailLevel) Controls how detailed the compilation summary is.AbstractCommandLineRunner.CommandLineConfig.setTweakProcessing
(CompilerOptions.TweakProcessing tweakProcessing) Sets the kind of processing to do for goog.tweak functions.AbstractCommandLineRunner.CommandLineConfig.setTypedAstListInputFilename
(@Nullable String fileName) AbstractCommandLineRunner.CommandLineConfig.setVariableMapInputFile
(String variableMapInputFile) File containing the serialized version of the variable renaming map produced by a previous compilationAbstractCommandLineRunner.CommandLineConfig.setVariableMapOutputFile
(String variableMapOutputFile) File where the serialized version of the variable renaming map produced should be savedAbstractCommandLineRunner.CommandLineConfig.setWarningGuards
(List<AbstractCommandLineRunner.FlagEntry<CheckLevel>> warningGuards) Add warning guards.AbstractCommandLineRunner.CommandLineConfig.setWarningsAllowlistFile
(String fileName) Sets a allowlist file that suppresses warnings.