dc10.compile.VirtualFile.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc10-core_sjs1_3 Show documentation
Show all versions of dc10-core_sjs1_3 Show documentation
Code generation tools for Scala
package dc10.compile
import java.nio.file.Path
case class VirtualFile(path: Path, contents: String)