Skip to content

1.7

Choose a tag to compare

@QSmally QSmally released this 14 Sep 18:18

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.