You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closure's !NodeList<!Element> is equivalent to TypeScript's NodeListOf<Element>. Same for HTMLCollection and HTMLCollectionOf. We need to rename those types when they are parameterized.
Closure's
!NodeList<!Element>
is equivalent to TypeScript'sNodeListOf<Element>
. Same forHTMLCollection
andHTMLCollectionOf
. We need to rename those types when they are parameterized.Depends on https://github.com/Polymer/gen-typescript-declarations/issues/58 for general support of type applications.
The text was updated successfully, but these errors were encountered: