Packages

t

mill.javascriptlib

TypeScriptModule

trait TypeScriptModule extends BaseClass with Module

Linear Supertypes
define.Module, BaseClass, Cacher, Cacher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeScriptModule
  2. Module
  3. BaseClass
  4. Cacher
  5. Cacher
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allSources: define.Target[IndexedSeq[api.PathRef]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bundle: define.Target[api.PathRef]
  7. def cachedTarget[T](t: => T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher → Cacher
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. def compile: T[(PathRef, PathRef)]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def mainFileName: define.Target[String]
  16. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  17. def millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  18. implicit def millModuleExternal: External
    Definition Classes
    Module
  19. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  20. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  21. def millOuterCtx: Ctx
    Definition Classes
    BaseClass
  22. def millSourcePath: Path
    Definition Classes
    Module
  23. def moduleDeps: Seq[TypeScriptModule]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def npmDeps: T[Seq[String]]
  28. def npmInstall: define.Target[api.PathRef]
  29. def prepareRun: define.Task[(Path, Map[String, String])]
  30. def run(args: define.Args): define.Command[CommandResult]
  31. def sources: define.Target[api.PathRef]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  34. def transitiveNpmDeps: T[Seq[String]]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from define.Module

Inherited from BaseClass

Inherited from Cacher

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped