Commit a9d9611
committed
Fix issue with keys in documents when rerendering
Not all projects use the file names in the compiler results. So
we need to replace the correct item finding it by path. We use the
array_find_key function of php for this. Since we support older
php versions a polyfill is needed.1 parent 813a175 commit a9d9611
File tree
4 files changed
+406
-261
lines changed- packages
- guides-cli/src/DevServer
- guides
4 files changed
+406
-261
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments