broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

[feature] capture FS stats for plugins #461

Open gabrielcsapo opened 4 years ago

gabrielcsapo commented 4 years ago

Currently ember-cli tracks fs stats for plugins by turning on heimdalljs-fs-monitor. It would be great if we could do this without having to be dependent on ember-cli to expose this information in plugin nodes.

https://github.com/ember-cli/ember-cli/blob/627934f91b2aa0e19b041fdb1b547873c1855793/lib/models/instrumentation.js#L17