Commit 68d9970
authored
fix: prevent bundles overwriting each other (#573)
* refactor: use target (clearer intention)
* fix: use contenthash to avoid name clashes
This lets us keep sharing any common chunks (i.e. common to the python and js evaluators) because they're stored in the same folder, but if the chunks differ at all they become separate files. Ideally, large files (like typescript) would be shared between all three evaluators, but it's not clear how to achieve that. It may not be possible1 parent 876ec23 commit 68d9970
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
0 commit comments