Nathan Shively-Sanders
372c7d9b0c
infer from usage JSDoc:Don't emit nested comments ( #28161 )
...
* infer from usage JSDoc:Don't emit nested comments
Previously, the trivia on a parameter name would show up inside the
emitted JSDoc comment. If the trivia contained a C-style comment, the
emitted JSDoc comment would be invalid. For example:
```js
function call(callback /*oh no*/) {
return callback(this)
}
```
Emitted this comment:
```js
/**
* @param {(arg0: any) => void} callback /*oh no*/
*/
```
* Remove misleading comment used for debugging.
2018-10-26 14:09:42 -07:00
..
2018-10-11 16:15:38 -07:00
2018-10-11 16:15:38 -07:00
2018-10-09 10:38:46 -07:00
2018-10-09 10:38:46 -07:00
2018-10-26 14:09:42 -07:00
2018-10-24 16:14:52 -07:00
2018-10-09 10:38:46 -07:00
2018-10-09 10:38:46 -07:00
2018-10-24 16:14:52 -07:00
2018-10-24 15:34:15 -07:00
2018-10-24 15:34:15 -07:00
2018-10-24 15:34:15 -07:00
2018-10-24 16:14:52 -07:00
2018-10-24 15:34:15 -07:00
2018-10-24 16:14:52 -07:00
2018-10-24 16:14:52 -07:00
2018-10-24 16:14:52 -07:00
2018-10-24 15:34:15 -07:00
2018-10-09 07:12:09 -07:00
2018-10-09 10:38:46 -07:00
2018-10-24 16:14:52 -07:00
2018-10-09 10:38:46 -07:00
2018-10-09 10:38:46 -07:00
2018-10-09 10:38:46 -07:00
2018-10-11 16:15:38 -07:00
2018-10-22 11:32:49 -07:00
2018-10-25 12:25:33 -07:00
2018-10-12 08:49:04 -07:00
2018-10-22 11:16:39 -07:00
2018-10-22 18:17:09 -07:00
2018-10-08 17:09:48 -07:00
2018-10-22 11:44:06 -07:00
2018-10-18 14:27:21 -07:00
2018-10-24 16:14:52 -07:00
2018-10-24 16:14:52 -07:00
2018-10-15 15:55:45 -07:00
2018-10-23 16:10:26 -07:00
2018-10-24 13:03:29 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-10 13:45:52 -07:00
2018-10-15 12:47:57 -07:00
2018-10-23 09:33:53 -07:00
2018-10-22 16:45:39 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-23 16:10:26 -07:00
2018-10-11 16:15:38 -07:00
2018-10-11 16:15:38 -07:00
2018-10-09 13:17:54 -07:00
2018-10-24 16:14:52 -07:00
2018-10-19 14:31:55 -07:00
2018-10-19 14:31:55 -07:00
2018-10-16 20:16:00 -04:00
2018-10-16 20:16:00 -04:00
2018-10-16 20:16:00 -04:00
2018-10-16 20:16:00 -04:00
2018-10-16 20:16:00 -04:00
2018-10-22 18:17:32 -07:00
2018-10-11 16:15:38 -07:00