-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit.json
More file actions
3 lines (3 loc) · 959 Bytes
/
Copy pathcommit.json
File metadata and controls
3 lines (3 loc) · 959 Bytes
1
2
3
{
"Message": "refactor(Wind): Prune orphaned imports and error helpers from de-Effectified services\n\nRemove three Make*Error helper functions (MakeCommandsError, MakeEditorProblem, MakeResolverProblem) from Live implementations — they were used only in Effect error-channel conversion logic that was already stripped in the prior de-Effectification commits (ae82728, f97e5dd). They became dead code when the corresponding service methods switched from Effect.Effect<T, Problem> to native sync/Promise<T> signatures.\n\nDrop three unused type imports (CommandsProblem, EditorProblem, TextModelResolverProblem) from the interface declaration files — these type-only imports referenced the old Effect error types that are no longer part of any method signature.\n\nFix import paths in TextModelResolver/Live.ts from ../../Model/ to ../Model/, correcting a path that resolved to the nonexistent Source/Model/ instead of the actual Source/Effect/Model/."
}