omgovich / colord

👑 A tiny yet powerful tool for high-performance color manipulations and conversions
https://colord.omgovich.ru
MIT License
1.67k stars 50 forks source link

rewrite class fields with arrow to class methods #8

Closed jeetiss closed 3 years ago

jeetiss commented 3 years ago

typescript compiles to es5, class fields with arrow pollute constructor function, so they are created at every construction and constructor runs slow

Constructor code before Снимок экрана 2021-04-02 в 14 56 44
Constructor code after Снимок экрана 2021-04-02 в 14 55 44
omgovich commented 3 years ago

God, you're good!