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

observers do not work with es2022 class properties #5695

Open jogibear9988 opened 2 years ago

jogibear9988 commented 2 years ago

if you use es2022 (esnext) as target, so typescript put's out native javascript properties. the observers will not work any more.