TypescriptTranspiler

io.shiftleft.js2cpg.preprocessing.TypescriptTranspiler
See theTypescriptTranspiler companion object
class TypescriptTranspiler(val config: Config, val projectPath: Path, subDir: Option[Path]) extends Transpiler

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

object Versions

Attributes

Inherited from:
TranspilingEnvironment
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def shouldRun(): Boolean

Attributes

Definition Classes
override def validEnvironment(): Boolean

Attributes

Definition Classes

Inherited methods

def run(tmpTranspileDir: Path): Boolean

Attributes

Inherited from:
Transpiler

Concrete fields

override val config: Config
override val projectPath: Path

Inherited fields

protected val DEFAULT_IGNORED_DIRS: List[String]

Attributes

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

Attributes

Inherited from:
Transpiler