package
0.0.0-20240409024651-c4af43db5027
Repository: https://github.com/ossf/package-analysis.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
# Constants
class declaration / definition.
function declaration / definition.
access/mutation of an object member.
something the parser picked up that isn't accounted for above.
parameters to functions, constructors, catch blocks.
declaration of class property.
loop label.
No description provided by the author
variable declaration / definition.
# Structs
Comment records the entire text of a source code comment.
Float records a floating point literal occurring in source code.
Identifier records some kind of user-defined symbol name in source code.
Int records an integer literal occurring in source code.
String records a string literal occurring in the source code.
# Type aliases
IdentifierType enumerates the possible types of a source code identifier, encountered during static analysis.
Position records the position of a source code token in terms of row and column in the original source file.