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

mdoc.internal.worksheets.EvaluatedWorksheet.scala Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
package mdoc.internal.worksheets

import java.{util => ju}
import mdoc.{interfaces => i}
import java.nio.file.Path

case class EvaluatedWorksheet(
    val diagnostics: ju.List[i.Diagnostic],
    val statements: ju.List[i.EvaluatedWorksheetStatement],
    val files: ju.List[i.ImportedScriptFile],
    val scalac: ju.List[String],
    val classpath: ju.List[Path],
    val dependencies: ju.List[coursierapi.Dependency],
    val repositories: ju.List[coursierapi.Repository]
) extends mdoc.interfaces.EvaluatedWorksheet




© 2015 - 2024 Weber Informatics LLC | Privacy Policy