Closed
Description
Issue
For the javascript:
/**
* @param {{
* z: number
* }} x
*/
function foo(x){}
The type of x
is any
. It seems multiline types are not recognized in jsdocs
There seems to be some debate about whether this is supported or not: jscs-dev/node-jscs#245 but it seems closure and some other tools support the multiline syntax
Also tracking syntax highlighting for this case here: microsoft/TypeScript-TmLanguage#467