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

Support generics #24

Description

@jgiles

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions