angular/clutz

gents does not remove @tempalte in comments

Closed this issue · 2 comments

/**
 * @param {T} t
 * @return {T} 
 * @template T
 */
function pass(t) { return t; }
/**
 * @template T
 */
function pass(t: T): T {
  return t;
}

The @template T comment sticks around.

Added basic support for classes - 5b4ec54

Still in work adding support for functions/methods.

Fixed with e2087d6