TypeScript/tests/baselines/reference/smartSelection_JSDocTags2.baseline
Nathan Shively-Sanders dcc27ebaf2
@link support, second try (#43312)
* Revert "Revert "Editor support for link tag (#41877)" (#43302)"

This reverts commit 451d4354b9.

* Fix parsing @link at end of comment

* Parse comments as string when no @link occurs

* fix lint
2021-03-22 16:39:35 -07:00

22 lines
156 B
Plaintext

/**
* @type {/**/string}
*/
const foo;
string
@type {string}↲
/**
* @type {string}
*/
/**
* @type {string}
*/
const foo;