PolymerElements / test-fixture

21 stars 14 forks source link

Add TypeScript declarations to test-fixture. #52

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

This PR adds TypeScript declarations generated by https://github.com/Polymer/gen-typescript-declarations/

These declarations can be re-generated by running npm run update-types.

Tracker: https://github.com/Polymer/gen-typescript-declarations/issues/79

TimvdLippe commented 6 years ago

Given the problem described in https://github.com/PolymerElements/test-fixture/pull/52#discussion_r178533458 I am holding off on this PR. We can revisit later, it does not seem like a high priority issue to tackle right now.

aomarks commented 6 years ago

Agreed, but just FYI the latest release of the generator no longer assumes anything about the polymer-element analyzer kind (it used to assume it means it actually was a Polymer Element, which it doesn't), and should handle class heritage much more correctly.