Documentation
¶
Overview ¶
Package parser parses Swift .swiftinterface module definition files and extracts type declarations (enums, error structs, value structs) into internal/swift/meta.FrameworkMeta.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseContent ¶
func ParseContent(frameworkName, content string) (*meta.FrameworkMeta, error)
ParseContent parses the text of a .swiftinterface file and returns framework metadata for the named framework. This function does not touch the filesystem and has no build constraints.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.