TypescriptTranspiler

class TypescriptTranspiler(val config: Config, val projectPath: Path, subDir: Option[Path]) extends Transpiler
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override def shouldRun(): Boolean
Definition Classes
override def validEnvironment(): Boolean
Definition Classes

Inherited methods

def run(tmpTranspileDir: Path): Boolean
Inherited from:
Transpiler

Concrete fields

override val config: Config
override val projectPath: Path

Inherited fields

protected val DEFAULT_IGNORED_DIRS: List[String]
Inherited from:
Transpiler
protected val DEFAULT_IGNORED_TEST_DIRS: List[String]
Inherited from:
Transpiler