mirror of
https://github.com/outline/outline.git
synced 2026-08-03 13:27:25 +03:00
* perf: Keep vendor-prosemirror out of the eager authenticated bundle Split the data-only helpers `getEmpty` and `isEmpty` out of `ProsemirrorHelper` into a new prosemirror-free `ProsemirrorDataHelper` module, and point the sidebar, DocumentNew, and other lightweight callers at it. This removes the static edge from the authenticated entry graph to `prosemirror-model`, deferring the ~653 KB vendor-prosemirror chunk until an editor surface is actually opened. Fixes #13005 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * Use non-optional collection.data in defined branch Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>