Domain: JSDocHelp WantedSuggestionVS Code Tracked
Metriche repository
- Star
- (108.860 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Formatting:
/**
* @param { Object } bar
*/
function foo(bar) { }
Should result in:
/**
* @param {Object} bar
*/
function foo(bar) { }
Reported originally in https://github.com/Microsoft/TypeScript/issues/11456