io.shiftleft.js2cpg.preprocessing
Members list
Type members
Classlikes
class BabelTranspiler(val config: Config, val projectPath: Path, subDir: Option[Path], inDir: Option[Path]) extends Transpiler
Attributes
- Supertypes
class EjsTranspiler(val config: Config, val projectPath: Path) extends Transpiler
Attributes
- Supertypes
object NuxtTranspiler
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NuxtTranspiler.type
class NuxtTranspiler(val config: Config, val projectPath: Path) extends Transpiler
Attributes
- Companion
- object
- Supertypes
class PugTranspiler(val config: Config, val projectPath: Path) extends Transpiler
Attributes
- Supertypes
class TranspilationRunner(projectPath: Path, tmpTranspileDir: Path, config: Config, subDir: Option[Path])
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
trait Transpiler extends TranspilingEnvironment
Attributes
- Supertypes
- Known subtypes
-
class BabelTranspilerclass EjsTranspilerclass NuxtTranspilerclass PugTranspilerclass TranspilerGroupclass TypescriptTranspilerclass VueTranspilerShow all
case class TranspilerGroup(config: Config, projectPath: Path, transpilers: Seq[Transpiler]) extends Transpiler
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Transpilertrait TranspilingEnvironmentclass Objecttrait Matchableclass AnyShow all
object TranspilingEnvironment
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
trait TranspilingEnvironment
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait Transpilerclass BabelTranspilerclass EjsTranspilerclass NuxtTranspilerclass PugTranspilerclass TranspilerGroupclass TypescriptTranspilerclass VueTranspilerShow all
- Self type
object TypescriptTranspiler
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TypescriptTranspiler.type
class TypescriptTranspiler(val config: Config, val projectPath: Path, subDir: Option[Path]) extends Transpiler
Attributes
- Companion
- object
- Supertypes
object VueTranspiler
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
VueTranspiler.type
class VueTranspiler(val config: Config, val projectPath: Path) extends Transpiler
Attributes
- Companion
- object
- Supertypes
In this article