# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
List is a helper function to reduce boilerplate when converting slices of database types to slices of codersdk types.
ListLazy returns the converter function for a list, but does not eval the input.
No description provided by the author
OperatorNode allows adding a keyword to a type Keyword must be "KeyOfKeyword" | "UniqueKeyword" | "ReadonlyKeyword".
No description provided by the author
Simplify removes duplicate type parameters.
No description provided by the author
ToStrings works for any type where the base type is a string.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HeritageClause interface Foo extends Bar, Baz {}.
Identifier is a name given to a variable, function, class, etc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PropertySignature is a field in an interface.
ReferenceType can be used to reference another type by name.
Source is the golang file that an entity is sourced from.
TypeParameter are generics in Go Foo[T comparable] -> - name: T - Modifiers: [] - Type: Comparable - DefaultType: nil.
No description provided by the author
No description provided by the author
No description provided by the author
VariableStatement is a top level declaration of a variable var foo: string = "bar" const foo: string = "bar".
# Interfaces
DeclarationType is any type that can exist at the top level of a AST.
ExpressionType.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author