Commit c27b5e9
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 f4a88e2 commit c27b5e9
1 file changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
0 commit comments