Expand description
Cocoon legacy aliases: openDocument, readFile, stat - short-hand
routes used by Cocoon’s Effect-TS Workspace + FileSystem services before
the canonical FileSystem.* naming was established. Backed by the same
FileSystemReader provider.
Functions§
- Create
Effect - Strip
File 🔒UriScheme - Strip a leading
file://(orfile:///) scheme from the incoming path. Mirrors the helper inFileSystem.rs; inlined here to avoid a cross-module dependency on a private function in a sibling module. Cocoon sends full URIs likefile:///<home>/.land/extensions/...through the legacyopenDocument/readFile/statroutes; without stripping,PathBufroots at the literal scheme string and every read 404s.