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

8 Commits

Author SHA1 Message Date
23c8d4822a better naming 2026-01-05 13:38:11 -08:00
d1b16ce3e1 Simplify function completions in completions.ts
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.
2026-01-05 13:34:18 -08:00
2c7508c2a4 Better edtior 2026-01-05 11:30:32 -08:00
82722ec9e4 Update exports and editor script in package.json
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.
2026-01-05 11:30:23 -08:00
04c2137fe2 Use isDebug 2026-01-05 11:30:02 -08:00
b378756c5d Merge remote-tracking branch 'origin/main' into editor-fixes 2026-01-05 11:22:32 -08:00
02e5ee45e8 Merge branch 'prettier' into editor-fixes 2025-12-17 10:17:17 -08:00
ff58f2b8ae wip 2025-12-17 09:55:37 -08:00