DirectivesPreprocessor

scala.build.preprocessing.DirectivesPreprocessor$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def preprocess(content: String, path: Either[String, Path], cwd: ScopePath, logger: Logger, allowRestrictedFeatures: Boolean, suppressWarningOptions: SuppressWarningOptions, maybeRecoverOnError: BuildException => Option[BuildException])(using ScalaCliInvokeData): Either[BuildException, PreprocessedDirectives]
def preprocess(extractedDirectives: ExtractedDirectives, path: Either[String, Path], cwd: ScopePath, logger: Logger, allowRestrictedFeatures: Boolean, suppressWarningOptions: SuppressWarningOptions, maybeRecoverOnError: BuildException => Option[BuildException])(using ScalaCliInvokeData): Either[BuildException, PreprocessedDirectives]