Commit 34edc26
Relativize outFolderName paths in TypeScript cache hash computation (#5533)
* Initial plan
* Fix non-portable hash computation by relativizing outFolderName paths and using base64url encoding
Co-authored-by: dmichon-msft <[email protected]>
* Fix: Use empty array instead of empty object as fallback for normalizedConfig
Co-authored-by: dmichon-msft <[email protected]>
* Normalize path separators to forward slashes in hash computation
Co-authored-by: dmichon-msft <[email protected]>
* Add changelog entry for cache hash portability fix
Co-authored-by: iclanton <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: dmichon-msft <[email protected]>
Co-authored-by: iclanton <[email protected]>1 parent f4a4076 commit 34edc26
File tree
2 files changed
+23
-7
lines changed- common/changes/@rushstack/heft-typescript-plugin
- heft-plugins/heft-typescript-plugin/src
2 files changed
+23
-7
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
| |||
0 commit comments