1.7
This release drafts the fix of pre-spacing in the type definition while defining parameters.
In previous releases, this would mess up the formatting:
@param {DataStore<String, Connection>} libs Store of libraries.
It would get converted into a table like the following.
Connection>} | DataStore<String, | libs Store of libraries.
Now, it would correctly implement the spaces in the type definition.