svizzle
svizzle copied to clipboard
Use camelcase for jsdoc types
We are currently using say @arg {string} foo
, or @arg {object} bar
, but @arg {regexp} par
would not autocomplete to a RegExp when hovering par
.
For consistency we agreed to use camel case / uppercase for jsdoc types (e.g. @arg {String} foo
)