mill.bsp.worker

package mill.bsp.worker

Members list

Type members

Classlikes

object BspWorkerImpl

Attributes

Source
BspWorkerImpl.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class SyntheticRootBspBuildTargetData(topLevelProjectRoot: Path)

Synthesised BspBuildTarget to handle exclusions. Intellij-Bsp doesn't provide a way to exclude files outside of module,so if there is no module having content root of topLevelProjectRoot, SyntheticRootBspBuildTargetData will be created

Synthesised BspBuildTarget to handle exclusions. Intellij-Bsp doesn't provide a way to exclude files outside of module,so if there is no module having content root of topLevelProjectRoot, SyntheticRootBspBuildTargetData will be created

Attributes

Companion
object
Source
SyntheticRootBspBuildTargetData.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
SyntheticRootBspBuildTargetData.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class TestException(stackTrace: String, message: String, exClass: String)

Attributes

Source
BspTestReporter.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all