io.github.scalats.plugins

Members list

Type members

Classlikes

abstract class BasePrinter extends Printer

Attributes

Supertypes
trait Printer
trait (Settings, Kind, ListSet[Kind], String, ListSet[TypeRef]) => PrintStream
class Object
trait Matchable
class Any
Known subtypes
final class CompilerPlugin extends StandardPlugin

Attributes

Supertypes
trait StandardPlugin
trait Plugin
class Object
trait Matchable
class Any
final class Configuration(val settings: Settings, val compilationRuleSet: SourceRuleSet, val typeRuleSet: SourceRuleSet, val printer: Printer, val importResolvers: Seq[ImportResolver], val declarationMappers: Seq[DeclarationMapper], val typeMappers: Seq[TypeMapper], val additionalClasspath: Seq[URL])

Value parameters

compilationRuleSet

the rule set to filter the Scala compilation units

printer

the printer to output the generated TypeScript

settings

the generator settings

typeRuleSet

the rule set to filter the types from accepted compilation units (see compilationRuleSet)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Configuration

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class FilePrinter(outDir: File) extends BasePrinter

Attributes

Supertypes
class BasePrinter
trait Printer
trait (Settings, Kind, ListSet[Kind], String, ListSet[TypeRef]) => PrintStream
class Object
trait Matchable
class Any
Show all
final class SingleFilePrinter(outDir: File) extends BasePrinter

Prints all the generated code the a single file.

Prints all the generated code the a single file.

The default file name is scala.ts. A custom file name can be specified using the scala-ts.single-filename system property.

Attributes

Supertypes
class BasePrinter
trait Printer
trait (Settings, Kind, ListSet[Kind], String, ListSet[TypeRef]) => PrintStream
class Object
trait Matchable
class Any
Show all
final class SourceRuleSet(val includes: Set[String], val excludes: Set[String])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object SourceRuleSet

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type