issues
search
sveltejs
/
vite-plugin-svelte
Svelte plugin for http://vitejs.dev/
MIT License
864
stars
105
forks
source link
refactor: update jsdoc syntax
#656
Closed
bluwy
closed
1 year ago
bluwy
commented
1 year ago
some jsdocs nits:
space things up
use
[paramName]
instead of
{type=}
for optional params
use
@typedef
for one-off types in a file
fix jsdoc typecast not working in vscode
some jsdocs nits:
[paramName]
instead of{type=}
for optional params@typedef
for one-off types in a file