A bunch of changes relating to the codemirror editor component #54

Merged
probablycorey merged 8 commits from editor-fixes into main 2026-01-13 23:00:38 +00:00

Nothing too exciting here. Mostly tweaks to the editor component so it works better in honu. I've inlined comments around things outside the editor component.

Nothing too exciting here. Mostly tweaks to the editor component so it works better in honu. I've inlined comments around things outside the editor component.
probablycorey added 7 commits 2026-01-05 21:35:56 +00:00
Refactored the exports field to provide explicit entry points for the main module, editor, and editor CSS. Updated the editor script to point to the example server file.
Removed the buildFunctionCompletion helper and inlined function completion creation for both scope and module methods. Updated module method extraction to use Object.keys for compatibility with the new module structure.
probablycorey reviewed 2026-01-05 21:36:51 +00:00
@ -31,17 +32,29 @@ export const globals: Record<string, any> = {
str,
// shrimp runtime info
$: {
Author
Owner

Makes it so we can run shrimp in the bowser or on the server.

Makes it so we can run shrimp in the bowser or on the server.
probablycorey added 1 commit 2026-01-05 21:38:16 +00:00
probablycorey merged commit b8bff6f129 into main 2026-01-13 23:00:38 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: probablycorey/shrimp#54
No description provided.