broccoli-viz
broccoli-viz copied to clipboard
library to read/parse and produce various visualizations of broccoli.
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 10.2.0. Release notes Sourced from mocha's releases. v10.2.0 10.2.0 / 2022-12-11 :tada: Enhancements #4945: API: add possibility to decorate ESM name before import (@j0tunn) :bug:...
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 5.2.0. Release notes Sourced from chalk's releases. v5.2.0 Improve Deno compatibility (#579) 7443e9f Detect true-color support for GitHub Actions (#579) 7443e9f Detect true-color support for...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
Hi, After installing broccoli viz globally is there some configuration needed as I am getting following when I run BROCCOLI_VIZ=1 ember build BROCCOLI_VIZ=1 : The term 'BROCCOLI_VIZ=1' is not recognized...
Wanted to request some directions/examples on how to use broccoli-viz in the README. Also thanks for all the awesome work @stefanpenner !
Looks like a regression created by commit `4f3a31bd43575eb00cc2eed1a075263470abd56a` (probably by a forced merge). That commit removed the `options` argument (which contained the stats filtering patterns) from the call to the...
Is there a way to filter out nodes that report 0ms? I'd like to get to the bottom of our build time issues and broccoli-viz is incredibly helpful. However the...
context: https://github.com/ember-cli/broccoli-builder/pull/7 - [ ] display `node.id.broccoliId` instead of `node._id` (or maybe in addition to) - [ ] display truthy `node.id.broccoliCachedNode` differently from falsy