mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
💄 use optional jsdoc param annotation (#186747)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
/**
|
||||
* @param {string} name
|
||||
* @param {string[]} exclude
|
||||
* @param {string[]=} exclude
|
||||
*/
|
||||
function createModuleDescription(name, exclude) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user