Package-level declarations
Types
Link copied to clipboard
abstract class TypeScriptGenerator(val document: Document, val shapeIndex: ShapeIndex, val typeRegistry: TypeScriptTypeRegistry, val options: Generator.Options) : Generator
Generator for TypeScript language framework targets
Link copied to clipboard
data class TypeScriptResolutionContext(val unit: BaseUnit, val shapeIndex: ShapeIndex, val suggestedTypeName: TypeName.Standard?) : ResolutionContext
Link copied to clipboard
class TypeScriptSundayGenerator(val document: Document, val shapeIndex: ShapeIndex, val typeRegistry: TypeScriptTypeRegistry, val options: TypeScriptSundayGenerator.Options) : TypeScriptGenerator
Generator for TypeScript/Sunday interfaces
Link copied to clipboard