Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Support generics #24

Open
jgiles opened this issue Jul 26, 2014 · 0 comments
Open

Support generics #24

jgiles opened this issue Jul 26, 2014 · 0 comments

Comments

@jgiles
Copy link
Contributor

jgiles commented Jul 26, 2014

The Closure compiler supports generics, like

/**
 * @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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant