build(broccoli.d.ts): add tree.description signature
This commit is contained in:
parent
6b017fb388
commit
e966869744
7
tools/broccoli/broccoli.d.ts
vendored
7
tools/broccoli/broccoli.d.ts
vendored
@ -51,6 +51,13 @@ interface BroccoliTree {
|
|||||||
inputTree?: BroccoliTree;
|
inputTree?: BroccoliTree;
|
||||||
inputTrees?: 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);
|
rebuild(): (Promise<any>| void);
|
||||||
cleanup(): void;
|
cleanup(): void;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user