Polymer / polymer

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

Update the polyfills; fix a type generation error. #5605

Open bicknellr opened 4 years ago

bicknellr commented 4 years ago

base = class extends base {}; causes a type declare class base extends base {} to be emitted but this fails to verify in the next step. Also, I didn't want to ignore everything called base so I renamed it.


Includes cherry-picked commits from https://github.com/Polymer/polymer/pull/5607.

bicknellr commented 4 years ago

Lerna didn't update the dependencies in webcomponentsjs during the last publish because the package itself didn't have changes. Fixing in https://github.com/webcomponents/polyfills/pull/244 and then I'll bump here.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.