choojs / bankai

:station: - friendly web compiler
Apache License 2.0
1.09k stars 102 forks source link

Replace findup by @choojs/findup #465

Closed goto-bus-stop closed 6 years ago

goto-bus-stop commented 6 years ago

This is a 🐛 bug fix

@choojs/findup is a fork of findup that removes the colors dependency. colors adds lots of properties to the String prototype, which was causing big slowdowns in bankai. About 300ms was spent calling colors getters that were never expected to be there (mostly by the CSS parser).

Checklist

Context

profile screenie

Semver Changes

Patch