build(broccoli.d.ts): add tree.description signature
This commit is contained in:
parent
6b017fb388
commit
e966869744
|
@ -51,6 +51,13 @@ interface BroccoliTree {
|
|||
inputTree?: BroccoliTree;
|
||||
inputTrees?: BroccoliTree[];
|
||||
|
||||
/**
|
||||
* Description or name of the plugin used for reporting.
|
||||
*
|
||||
* If missing `tree.constructor.name` is usually used instead.
|
||||
*/
|
||||
description?: string;
|
||||
|
||||
rebuild(): (Promise<any>| void);
|
||||
cleanup(): void;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue