Skip to content

Commit c1157d6

Browse files
committed
build(broccoli): update broccoli.d.ts docs
1 parent 7b1e928 commit c1157d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/broccoli/broccoli.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ interface BroccoliTree {
1717
* For plugins that take only one input tree, it might be more convenient to use the `inputPath`
1818
*property instead.
1919
*
20-
* This property is set just before the first rebuild and doesn't change afterwards.
20+
* This property is set just before the first rebuild and doesn't change afterwards, unless
21+
* plugins themselves change it.
2122
*
2223
* If the inputPath is outside of broccoli's temp directory, then it's lifetime is not managed by
2324
*the builder.
@@ -31,7 +32,8 @@ interface BroccoliTree {
3132
/**
3233
* Contains the fs paths for the output trees.
3334
*
34-
* This property is set just before the first rebuild and doesn't change afterwards.
35+
* This property is set just before the first rebuild and doesn't change afterwards, unless the
36+
* plugins themselves change it.
3537
*
3638
* The underlying directory is also created by the builder just before the first rebuild.
3739
* This directory is destroyed and recreated upon each rebuild.

0 commit comments

Comments
 (0)