scala.build.preprocessing

Type members

Classlikes

class CustomDirectivesReporter(path: Either[String, Path], onDiagnostic: Diagnostic => Unit) extends Reporter
Companion:
object
case object DataPreprocessor extends Preprocessor
case class ExtractedDirectives(offset: Int, directives: Seq[StrictDirective])
Companion:
object
Companion:
class
case object JavaPreprocessor extends Preprocessor
sealed abstract class PreprocessedSource extends Product with Serializable
Companion:
object
Companion:
class
case object ScalaPreprocessor extends Preprocessor
final case class ScriptPreprocessor(codeWrapper: CodeWrapper) extends Preprocessor
Companion:
object
Companion:
class
object SheBang