Versions in this module Expand all Collapse all v1 v1.0.8 Apr 21, 2026 Changes in this version + func IsStdlib(spec string) bool + type Extractor struct + func New() *Extractor + func (e *Extractor) Clone() extractor.Extractor + func (e *Extractor) Extensions() []string + func (e *Extractor) Extract(filePath string, content []byte) ([]model.ImportFact, error) + func (e *Extractor) ExtractDefinitions(content []byte, symbolNames []string) []string + func (e *Extractor) Language() string