-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
documentationfeature requestgood first issueA small, encapsulated issue, ideal for a new contributor to Svelte to tackle.A small, encapsulated issue, ideal for a new contributor to Svelte to tackle.
Description
Describe the problem
the low level documentation (https://svelte.dev/docs) is not really easy to use ( and incomplete in some cases)
I think if the runtime function contain JSDOC it will help a lot and give the developers an easier way to discover api documentation
additionally it is possible to replace the https://svelte.dev/docs with the generated docs ( with some thing like https://typedoc.org/ )
I am not sure but it would also make svelte maintainers life easier because keeping the docs with code might be a pain 🤷♂️
Describe the proposed solution
add JSDOC for runtime functions
It wont take too much of time because text already exists in svelte.dev/docs
Alternatives considered
I have no idea about alternatives :)
Importance
would make my life easier
Metadata
Metadata
Assignees
Labels
documentationfeature requestgood first issueA small, encapsulated issue, ideal for a new contributor to Svelte to tackle.A small, encapsulated issue, ideal for a new contributor to Svelte to tackle.