v6.1.2
·
115 commits
to master
since this release
Added
- Svelte extractor (
.svelte). Locates all<script>blocks (instance and<script module>/<script context="module">), blanks out template markup, and delegates to the TypeScript extractor. Symbols, interfaces, exported functions, and$props/$derivedrune declarations are indexed with correct line numbers in the original file. Closes #93. - Astro extractor (
.astro). Parses the---TypeScript frontmatter block at the top of the file. Imports, interfaces, exported functions, and top-levelconst/letdeclarations are indexed; the HTML template body below the closing---is ignored. Closes #93.
Fixed
- use OpenCode correct global rules file path (
AGENTS.mdinstead ofOPENCODE.md) (thanks @davidefossacecchi, #92)