Closed Rich-Harris closed 11 months ago
The type expression in an annotation like @throws {Error} blah should be preserved. @param and @returns are different, as they get turned into TypeScript proper
@throws {Error} blah
@param
@returns
The type expression in an annotation like
@throws {Error} blah
should be preserved.@param
and@returns
are different, as they get turned into TypeScript proper