Versions in this module Expand all Collapse all v0 v0.2.0 May 10, 2026 v0.1.0 May 10, 2026 Changes in this version + func AngularDecoratorKind(node *sitter.Node, content []byte) string + func Parse(path string, content []byte) ([]Symbol, []Edge) + func RegisterLanguage(ext string, lang Language) + func SupportedExtensions() []string + type Edge struct + FromSymbol string + Kind string + ToSymbol string + func ExtractAngularDeps(className string, node *sitter.Node, content []byte) []Edge + type Language interface + Extract func(root *sitter.Node, content []byte) ([]Symbol, []Edge) + GetLanguage func() *sitter.Language + type Symbol struct + Kind string + LineEnd int + LineStart int + Name string + Signature string