Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 15:21
· 6 commits to main since this release
037daff

Minor Changes

  • #19 53b2c52 Thanks @SutuSebastian! - Richer symbol metadata: generics, return types, JSDoc, type members, const values, symbol nesting, call graph
    • Signatures now include generic type parameters, return type annotations, and heritage clauses (extends/implements)
    • New doc_comment column on symbols extracts leading JSDoc comments
    • New type_members table indexes properties and methods of interfaces and object-literal types
    • New value column on symbols captures const literal values (strings, numbers, booleans, null)
    • New parent_name column on symbols tracks scope nesting; class methods/properties/getters extracted as individual symbols
    • New calls table tracks function-scoped call edges with caller_scope for qualified disambiguation (deduped per file)
    • Enum members extracted into members column as JSON
    • Performance: cached scope strings, hoisted hot-path regex, batch deletes, reduced redundant I/O, BATCH_SIZE 100→500
    • SCHEMA_VERSION bumped to 2