Commit db0eaf2
Greg Soltis
feat(Turborepo): support inputs for file hash watching (#7907)
### Description
- adds support for `inputs` that are contained within a package to daemon file hashing. `inputs` are tracked after the first request for them.
### Testing Instructions
Added tests that use `inputs`.
Closes TURBO-27621 parent 9783846 commit db0eaf2
3 files changed
Lines changed: 284 additions & 45 deletions
File tree
- crates
- turborepo-filewatch/src
- turborepo-paths/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
136 | 150 | | |
137 | 151 | | |
138 | 152 | | |
| |||
0 commit comments