You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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 clean-css).
0 commit comments