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

mill.scalajslib.internal.ScalaJSUtils.scala Maven / Gradle / Ivy

There is a newer version: 0.12.2-20-231ff6
Show newest version
package mill.scalajslib.internal

import mill.api.internal
import mill.PathRef
import mill.scalajslib.api.Report

@internal
private[scalajslib] object ScalaJSUtils {
  def getReportMainFilePath(report: Report): os.Path =
    report.dest.path / report.publicModules.head.jsFileName
  def getReportMainFilePathRef(report: Report): PathRef =
    PathRef(getReportMainFilePath(report))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy