# Packages
No description provided by the author
# Functions
DeduplicateAndSortFileAnnotations deduplicates the FileAnnotations based on their string representation and sorts them according to the order specified in SortFileAnnotations.
FormatFileAnnotation formats the FileAnnotation.
NewFileAnnotation returns a new FileAnnotation.
ParseFormat parses the Format.
PrintFileAnnotations prints the file annotations separated by newlines.
SortFileAnnotations sorts the FileAnnotations.
# Constants
FormatJSON is the JSON format for FileAnnotations.
FormatMSVS is the MSVS format for FileAnnotations.
FormatText is the text format for FileAnnotations.
# Variables
AllFormatStrings is all format strings without aliases.
AllFormatStringsWithAliases is all format strings with aliases.
# Interfaces
FileAnnotation is a file annotation.
FileInfo is a minimal FileInfo interface.
# Type aliases
Format is a FileAnnotation format.