analyze_svelte_component
Inspect a Svelte component to expose its props, reactivity, stores, context, lifecycle, bindings, snippets, and dispatched events.
Instructions
In-depth analysis of a Svelte component: props, reactivity ($:), stores (writable/readable/derived), context (setContext/getContext), lifecycle, bindings, snippets and dispatched events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative path to the .svelte file | |
| name | Yes | Name or path of the loaded project |