Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.05k stars 2.01k forks source link

Remove automatic TypeScript type generation #5653

Closed bicknellr closed 4 years ago

bicknellr commented 4 years ago

In an attempt to fix the TS issue with 3.4.0 in #5652, I ended up also removing setAttribute from DomApiNative, the type returned by Polymer.dom(someElement), which could also break users' builds. To fix this, Al recommended committing the types since that was already planned and lets us have different types in each system.