svelte
svelte copied to clipboard
[docs] add inline documentation to svelte runtime functions
The runtime functions onMount etc. have no inline documentation. To improve the DX, I added inline documentation from the (website) docs. VSCode and other IDEs show an explanation of those functions directly in the IDE now.
Before

After
