-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Since the AST has changed in Svelte 5 (and is not a public API guarantee), currently sveld's ComponentParser does not work, which we use to generate the API docs for each component (LayerChart as well).
| Svelte 4 | Svelte 5 |
|---|---|
![]() |
![]() |
although the instance AST looks identical for a very basic example:
| Svelte 4 | Svelte 5 |
|---|---|
![]() |
![]() |
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Projects
Status
Todo



