Commit d055691
committed
Notes: Restore note-ID metadata helpers on the suggest-mode stack
The suggest-mode stack diverged from trunk before #75147 landed, so
addNoteIdToMetadata and getNoteIdsFromMetadata are absent from this
branch's collab-sidebar/utils.js. suggestion-mode/provider.js imports
both, breaking the JS bundle build (esbuild: no matching export) and
cascading into the PHP, Playwright, and release checks.
Vendor the two pure helpers verbatim from trunk (786c69c) so this
PR builds independently of a full-stack rebase. They resolve cleanly
against trunk's identical definitions when the stack is updated.1 parent 7276c39 commit d055691
1 file changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
0 commit comments