NuxtTranspiler

io.shiftleft.js2cpg.preprocessing.NuxtTranspiler
See theNuxtTranspiler companion object
class NuxtTranspiler(val config: Config, val projectPath: Path) extends Transpiler

Attributes

Companion
object
Graph
Supertypes
trait Transpiler
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object Versions

Attributes

Inherited from:
TranspilingEnvironment
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
protected val NODE_OPTIONS: Map[String, String]

Attributes

Inherited from:
Transpiler