Packages

trait TypeScriptModule extends BaseClass with Module

Self Type
TypeScriptModule
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

Type Members

  1. trait TypeScriptTests extends BaseClass with TypeScriptModule

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bundle: T[PathRef]
  6. def bundleExternal: T[Seq[Value]]
  7. def bundleFlags: T[Map[String, Value]]
  8. def bundleScriptBuilder: Task[String]

    configure esbuild with @esbuild-plugins/tsconfig-paths include .d.ts files

    configure esbuild with @esbuild-plugins/tsconfig-paths include .d.ts files

    Annotations
    @Scaladoc()
  9. def cachedTarget[T](t: => T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher → Cacher
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def compile: T[PathRef]
  12. def compilerOptions: T[Map[String, Value]]
  13. def compilerOptionsBuilder: Task[Map[String, Value]]
  14. def compilerOptionsPaths: T[Map[String, String]]
  15. def computedArgs: T[Seq[String]]
  16. def createNodeModulesSymlink: Task[Unit]

    create a createNodeModulesSymlink for node_modules in compile.dest removes need for node_modules prefix in import statements node_modules/<some-package> import * as somepackage from "<some-package>"

    create a createNodeModulesSymlink for node_modules in compile.dest removes need for node_modules prefix in import statements node_modules/<some-package> import * as somepackage from "<some-package>"

    Annotations
    @Scaladoc()
  17. def customTsConfig: T[Boolean]

    Mill by default will use local tsconfig if one is provided, This can set to false if you would prefer mill to use the generated tsconfig, if you can not for some reason just not delete the local one.

    Mill by default will use local tsconfig if one is provided, This can set to false if you would prefer mill to use the generated tsconfig, if you can not for some reason just not delete the local one.

    Regardless of the configuration, mill will auto gen a tsconfig if one does not exist in T.workspace.

    Annotations
    @Scaladoc()
  18. def declarationDir: T[String]
  19. def enableEsm: T[Boolean]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def executionFlags: T[Map[String, String]]
  23. def forkEnv: T[Map[String, String]]
  24. def generatedSources: T[Seq[PathRef]]
  25. def generatedSourcesPathsBuilder: T[Seq[(String, String)]]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def mainFileName: T[String]
  30. def mainFilePath: T[Path]
  31. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  32. def millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  33. implicit def millModuleExternal: External
    Definition Classes
    Module
  34. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  35. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  36. def millOuterCtx: Ctx
    Definition Classes
    BaseClass
  37. def moduleDeps: Seq[TypeScriptModule]
  38. final def moduleDir: Path
    Definition Classes
    Module
  39. final def moduleInternal: millInternal
    Definition Classes
    Module
  40. def moduleName: String
  41. def modulePaths: T[Seq[(String, String)]]
  42. final def moduleSegments: Segments
    Definition Classes
    Module
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  46. def npmDeps: T[Seq[String]]
  47. def npmDevDeps: T[Seq[String]]
  48. def npmInstall: T[PathRef]
  49. def options: T[Map[String, Value]]
  50. def packageJson: T[TypeScriptModule.PackageJson]
  51. def recModuleDeps: Seq[TypeScriptModule]
  52. def resources: T[Seq[PathRef]]
  53. def run(args: define.Args): Command[CommandResult]
  54. def runTypeCheck: T[Boolean]

    Run ts-node command if set to true.

    Run ts-node command if set to true. ts-node will build declarations and or js output, depending on ts-config.

    Annotations
    @Scaladoc()
  55. def sources: T[Seq[PathRef]]
  56. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    TypeScriptModule → Module → AnyRef → Any
  58. def transitiveNpmDeps: T[Seq[String]]
  59. def transitiveNpmDevDeps: T[Seq[String]]
  60. def transitiveUnmanagedDeps: T[Seq[PathRef]]
  61. def tsDeps: T[Seq[String]]

    Typescript versioning:

    Typescript versioning:

    • typescript
    • ts-node
    • tsconfig-paths
    • @types/node
    Annotations
    @Scaladoc()
  62. def tscAllSources: T[IndexedSeq[String]]
  63. def tscCopySources: Task[Unit]
  64. def typeRoots: Task[Value]
  65. def unmanagedDeps: T[Seq[PathRef]]
  66. def upstreamPathsBuilder: T[Seq[(String, String)]]
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  69. 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)

  2. def millSourcePath: Path
    Definition Classes
    Module
    Annotations
    @deprecated
    Deprecated

    (Since version Mill 0.12.11) For read-access use moduleDir instead. Calls like Task.Sources(millSourcePath / "foo") can be replace with Task.Sources("foo")

Inherited from define.Module

Inherited from BaseClass

Inherited from Cacher

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped