4
tools/broccoli/broccoli.d.ts
vendored
4
tools/broccoli/broccoli.d.ts
vendored
@ -66,13 +66,13 @@ interface BroccoliTree {
|
||||
*/
|
||||
description?: string;
|
||||
|
||||
rebuild(): (Promise<any>| void);
|
||||
rebuild(): (Promise<any>|void);
|
||||
cleanup(): void;
|
||||
}
|
||||
|
||||
|
||||
interface OldBroccoliTree {
|
||||
read?(readTree: (tree: BroccoliTree) => Promise<string>): (Promise<string>| string);
|
||||
read?(readTree: (tree: BroccoliTree) => Promise<string>): (Promise<string>|string);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user