Open Issues Need Help
View All on GitHub Fix export metadata key mismatch 14 days ago
AI Summary: This issue describes a bug where the TypeScript extractor stores export metadata using the key `exported: true`, but the `getExports.ts` query incorrectly looks for `isExported: true`. This mismatch causes `getExports()` to always return an empty result. The fix involves changing the query key to `exported` and updating the corresponding test data.
Complexity:
1/5
bug good first issue
Unified memory system for AI coding assistants - code graph, docs, knowledge, workflow
TypeScript