io.shiftleft.js2cpg.preprocessing

Type members

Classlikes

class BabelTranspiler(val config: Config, val projectPath: Path, subDir: Option[Path], inDir: Option[Path]) extends Transpiler
class EjsTranspiler(val config: Config, val projectPath: Path) extends Transpiler
Companion
class
class NuxtTranspiler(val config: Config, val projectPath: Path) extends Transpiler
Companion
object
class PugTranspiler(val config: Config, val projectPath: Path) extends Transpiler
class TranspilationRunner(projectPath: Path, tmpTranspileDir: Path, config: Config, subDir: Option[Path])
case
class TranspilerGroup(config: Config, projectPath: Path, transpilers: Seq[Transpiler]) extends Transpiler
Companion
class
class TypescriptTranspiler(val config: Config, val projectPath: Path, subDir: Option[Path]) extends Transpiler
Companion
object
Companion
class
class VueTranspiler(val config: Config, val projectPath: Path) extends Transpiler
Companion
object