-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
- VSCode Version: Code 1.15.1 (41abd21, 2017-08-16T17:15:57.756Z)
- OS Version: Darwin x64 16.7.0
- Extensions:
| Extension | Author (truncated) | Version |
|---|---|---|
| EditorConfig | Edi | 0.9.4 |
| vscode-wakatime | Wak | 1.1.13 |
| vscode-icontheme-nomo-dark | be5 | 1.3.2 |
| markdown-preview-github-styles | bie | 0.0.2 |
| vue-peek | dar | 1.0.2 |
| vscode-eslint | dba | 1.2.11 |
| Go | luk | 0.6.63 |
| typescript-javascript-grammar | ms- | 0.0.23 |
| vetur | oct | 0.9.5 |
| vscode-spotify | shy | 2.0.0 |
| language-stylus | sys | 1.7.3 |
(2 theme extensions excluded)
Steps to Reproduce:
- Write JSDoc to a chain assignment function or object;
- JSDoc for a chain assignment functions and objects don't work.
Screenshot
The code i'd used
/**
* Filter an iterable using a filter function.
* @param {Iterable.<T>} list
* @param {function(T, number, T[]):boolean} filter
* @template T
* @returns {Array.<T>}
*/
const all = exports.all = (list, filter) => [...list].filter(filter)anteprimorac
Metadata
Metadata
Assignees
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
