File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments