TypeScriptModule

mill.javascriptlib.TypeScriptModule
trait TypeScriptModule extends Module

Attributes

Graph
Supertypes
trait Module
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Coverage
trait Jasmine
trait Jest
trait Mocha
trait Vitest
trait Cypress
trait PlayWright
trait Shared
Show all
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
trait Module
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all

Inherited classlikes

@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object millInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

def allSources: Target[IndexedSeq[PathRef]]
def bundle: Target[PathRef]
def bundleExternal: Target[Seq[Value]]
def bundleFlags: Target[Map[String, Value]]
def bundleScriptBuilder: Task[String]
def compile: Target[(PathRef, PathRef)]
def compilerOptions: Target[Map[String, Value]]
def compilerOptionsBuilder: Task[Map[String, Value]]
def compilerOptionsPaths: Task[Map[String, String]]
def computedArgs: Target[Seq[String]]
def declarationDir: Task[Value]
def executionFlags: Target[Map[String, String]]
def forkEnv: Target[Map[String, String]]
def generatedSources: Target[Seq[PathRef]]
def generatedSourcesPathsBuilder: Target[Seq[(String, String)]]
def mainFileName: Target[String]
def mainFilePath: Target[Path]
def modulePaths: Task[Seq[(String, String)]]
def npmDeps: Target[Seq[String]]
def npmDevDeps: Target[Seq[String]]
def npmInstall: Target[PathRef]
def resources: Target[Seq[PathRef]]
def run(args: Args): Command[CommandResult]
def sources: Target[PathRef]
def transitiveNpmDeps: Target[Seq[String]]
def transitiveNpmDevDeps: Target[Seq[String]]
def transitiveUnmanagedDeps: Target[Seq[PathRef]]
def typeRoots: Task[Value]
def unmanagedDeps: Target[Seq[PathRef]]
def upstreamPathsBuilder: Task[Seq[(String, String)]]
def upstreams: Target[(PathRef, PathRef, Seq[PathRef])]

Inherited methods

def millModuleDirectChildren: Seq[Module]

Attributes

Inherited from:
Module
def millOuterCtx: Ctx

Attributes

Inherited from:
BaseClass
def millSourcePath: Path

Attributes

Inherited from:
Module
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module

Givens

Inherited givens

given millModuleCaller: Caller

Attributes

Inherited from:
Module

Implicits

Inherited implicits

implicit def millModuleBasePath: BasePath

Attributes

Inherited from:
Module
implicit def millModuleExternal: External

Attributes

Inherited from:
Module
implicit def millModuleSegments: Segments

Attributes

Inherited from:
Module
implicit def millModuleShared: Foreign

Attributes

Inherited from:
Module