Domain: JSDocHelp WantedSuggestionVS Code Tracked
Metriche repository
- Star
- (48.455 star)
- Metriche merge PR
- (Merge medio 6g 17h) (9 PR mergiate in 30 g)
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