Resolves the printer to be used to the specified type (and its required associated types).
Resolves the printer to be used to the specified type (and its required associated types).
the kind of the declaration to be printed
the name of the type whose declaration must be printed
the type required by the current declaration
the function applied to each required type to determine the import path
If the system property scala-ts.printer.import-pattern
, it's used to format.
If the system property scala-ts.printer.import-pattern
, it's used to format.
Prints all the generated code the a single file.
The default file name is
scala.ts
. A custom file name can be specified using thescala-ts.single-filename
system property.