From microsoft/vscode#27777
TS and JS Grammar Extension version: 0.0.20
Code
/** * @param {{ * z: number * }} x */functionfoo(x){}Current highlighting:

There seems to be some debate about whether this is supported or not: jscs-dev/node-jscs#245 but it seems closure supports this syntax
From microsoft/vscode#27777
TS and JS Grammar Extension version: 0.0.20
Code
Current highlighting:
There seems to be some debate about whether this is supported or not: jscs-dev/node-jscs#245 but it seems closure supports this syntax