The Closure compiler supports generics, like ``` js /** * @constructor * @template T */ Foo = function() { ... }; ``` A good experience with generics might require support for casting (#12), but we might get things working decently without it. At a minimum, we should stop trying and failing to find and import the files providing template types.
The Closure compiler supports generics, like
A good experience with generics might require support for casting (#12), but we might get things working decently without it.
At a minimum, we should stop trying and failing to find and import the files providing template types.