Versions in this module Expand all Collapse all v1 v1.0.0 Mar 30, 2026 Changes in this version + func Qualify(filePath, parent, name string) string + type Language string + const LangGo + const LangJavaScript + const LangPython + const LangTypeScript + const LangUnknown + func DetectLanguage(filePath string) Language + type ParseResult struct + Edges []graph.Edge + FilePath string + Language Language + Nodes []graph.Node + func ParseFile(filePath string, source []byte) (*ParseResult, error)