Packages

final class Config extends AnyRef

Configurations relevant to the backend

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val closureCompilerIfAvailable: Boolean
  2. val commonConfig: CommonPhaseConfig
  3. val jsHeader: String
  4. val maxConcurrentWrites: Int
  5. val outputPatterns: OutputPatterns
  6. val prettyPrint: Boolean
  7. val relativizeSourceMapBase: Option[URI]
  8. val sourceMap: Boolean
  9. def withClosureCompilerIfAvailable(closureCompilerIfAvailable: Boolean): Config
  10. def withCommonConfig(commonConfig: CommonPhaseConfig): Config
  11. def withJSHeader(jsHeader: String): Config
  12. def withMaxConcurrentWrites(maxConcurrentWrites: Int): Config
  13. def withOutputPatterns(outputPatterns: OutputPatterns): Config
  14. def withPrettyPrint(prettyPrint: Boolean): Config
  15. def withRelativizeSourceMapBase(relativizeSourceMapBase: Option[URI]): Config
  16. def withSourceMap(sourceMap: Boolean): Config