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
We will be using webtreemap for a new feature in Lighthouse, @paulirish is also working on a new feature in Chrome DevTools that uses it too.
We made a few changes in that fork:
a) webpack -> rollup (not necessary to upstream imo)
b) add option for not injecting CSS with JS
c) split out a public layout() method
d) a11y: keyboard navigation
e) options.spacing
Would you be open to receiving some PRs for upstreaming these changes?
The text was updated successfully, but these errors were encountered:
Hi Evan!
The Lighthouse team forked this repo: https://github.com/paulirish/webtreemap-cdt
We will be using webtreemap for a new feature in Lighthouse, @paulirish is also working on a new feature in Chrome DevTools that uses it too.
We made a few changes in that fork:
a) webpack -> rollup (not necessary to upstream imo)
b) add option for not injecting CSS with JS
c) split out a public layout() method
d) a11y: keyboard navigation
e) options.spacing
Would you be open to receiving some PRs for upstreaming these changes?
The text was updated successfully, but these errors were encountered: