refactor(core): support tiered layer nodes (#33937)

This commit is contained in:
James Long 2026-06-25 14:34:17 -04:00 committed by GitHub
commit 0e731c2a1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 1132 additions and 601 deletions

View file

@ -201,7 +201,7 @@ export namespace FSUtil {
)
export const defaultLayer = layer.pipe(Layer.provide(NodeFileSystem.layer))
export const node = LayerNode.make(layer, [filesystem])
export const node = LayerNode.make({ service: Service, layer: layer, deps: [filesystem] })
// Pure helpers that don't need Effect (path manipulation, sync operations)
export function mimeType(p: string): string {