package jssrc2cpg
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package astcreation
- package datastructures
- package parser
- package passes
- package preprocessing
- package utils
Type Members
- final case class Config(inputPath: String = "", outputPath: String = X2CpgConfig.defaultOutputPath, ignoredFilesRegex: Regex = "".r, ignoredFiles: Seq[String] = Seq.empty, tsTypes: Boolean = true) extends X2CpgConfig[Config] with Product with Serializable
- class JsSrc2Cpg extends X2CpgFrontend[Config]