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

Missing `annotation` argument in build chain #412

Closed thoov closed 5 years ago

thoov commented 5 years ago

Ember-cli users trying out the new watcher and memoization features (ember-cli/ember-cli#8681) are hitting:

Screen Shot 2019-06-10 at 2 24 26 PM

if they have visualization enabled. This is because broccoli's watcher does not pass the annotation argument whereas ember-cli-broccoli-sane-watcher did. https://github.com/ember-cli/broccoli-sane-watcher/blob/ember-cli/index.js#L116