build(broccoli): update broccoli.d.ts docs
This commit is contained in:
parent
7b1e9286d8
commit
c1157d62a8
|
@ -17,7 +17,8 @@ interface BroccoliTree {
|
|||
* For plugins that take only one input tree, it might be more convenient to use the `inputPath`
|
||||
*property instead.
|
||||
*
|
||||
* This property is set just before the first rebuild and doesn't change afterwards.
|
||||
* This property is set just before the first rebuild and doesn't change afterwards, unless
|
||||
* plugins themselves change it.
|
||||
*
|
||||
* If the inputPath is outside of broccoli's temp directory, then it's lifetime is not managed by
|
||||
*the builder.
|
||||
|
@ -31,7 +32,8 @@ interface BroccoliTree {
|
|||
/**
|
||||
* Contains the fs paths for the output trees.
|
||||
*
|
||||
* This property is set just before the first rebuild and doesn't change afterwards.
|
||||
* This property is set just before the first rebuild and doesn't change afterwards, unless the
|
||||
* plugins themselves change it.
|
||||
*
|
||||
* The underlying directory is also created by the builder just before the first rebuild.
|
||||
* This directory is destroyed and recreated upon each rebuild.
|
||||
|
|
Loading…
Reference in New Issue