Documentation
¶
Index ¶
Constants ¶
View Source
const TSFileName = "index.ts"
View Source
const TSFileNameSuffix = "_buf.ts"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ASConfig ¶
type ASConfig struct {
BigEndianSafe bool
Fluent bool
Package string
GlobalPackage string
// By default a separate Mutable type is created for each struct
// This flag sets that only one struct that is both read-only and mutable is generated
Mutable bool
MultipleFiles bool
Output string
}
Configuration for the AssemblyScript/TypeScript code generator
Click to show internal directories.
Click to hide internal directories.