Skip to content

v6.1.2

Choose a tag to compare

@aovestdipaperino aovestdipaperino released this 30 May 14:22
· 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/$derived rune 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-level const/let declarations are indexed; the HTML template body below the closing --- is ignored. Closes #93.

Fixed

  • use OpenCode correct global rules file path (AGENTS.md instead of OPENCODE.md) (thanks @davidefossacecchi, #92)