Documentation
¶
Overview ¶
Package declaration defines compiler-owned type information supplied by runtime-library providers. It is deliberately independent of syntax ASTs: RBS, .d.ts, Go export data, and dynamic framework indexers can all target the same representation without making application authors maintain shadow declaration files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
func NewCatalog ¶
func NewCatalog() *Catalog
type MemberKind ¶
type MemberKind string
const ( Method MemberKind = "method" Property MemberKind = "property" )
Click to show internal directories.
Click to hide internal directories.