Config

io.shiftleft.js2cpg.core.Config
See theConfig companion object
case class Config(srcDir: String, tsTranspiling: Boolean, babelTranspiling: Boolean, vueTranspiling: Boolean, nuxtTranspiling: Boolean, templateTranspiling: Boolean, packageJsonLocation: String, outputFile: String, withTsTypes: Boolean, ignoredFilesRegex: Regex, ignoredFiles: Seq[Path], ignoreMinified: Boolean, ignoreTests: Boolean, ignorePrivateDeps: Boolean, privateDeps: Seq[String], includeConfigs: Boolean, includeHtml: Boolean, jvmMetrics: Option[Int], moduleMode: Option[String], withNodeModuleFolder: Boolean, optimizeDependencies: Boolean, fixedTranspilationDependencies: Boolean)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def createPathForIgnore(ignore: String): Path
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product