Newer versions of broccoli use annotation instead of description (see broccoli-plugin documentation).
Without including annotation in our getDescription code, we do not have the ability to see the proper descriptions for nodes based on broccoli-plugin that do not also add a .description (which some do manually).
Newer versions of broccoli use
annotation
instead ofdescription
(see broccoli-plugin documentation).Without including
annotation
in ourgetDescription
code, we do not have the ability to see the proper descriptions for nodes based on broccoli-plugin that do not also add a.description
(which some do manually).