refactor(core): support tiered layer nodes (#33937)
This commit is contained in:
parent
21b78c49fc
commit
0e731c2a1a
80 changed files with 1132 additions and 601 deletions
|
|
@ -503,6 +503,6 @@ export const layer: Layer.Layer<ChildProcessSpawner, never, FileSystem.FileSyste
|
|||
)
|
||||
|
||||
export const defaultLayer = layer.pipe(Layer.provide(NodeFileSystem.layer), Layer.provide(NodePath.layer))
|
||||
export const node = LayerNode.make(layer, [filesystem, path])
|
||||
export const node = LayerNode.make({ service: ChildProcessSpawner, layer, deps: [filesystem, path] })
|
||||
|
||||
export * as CrossSpawnSpawner from "./cross-spawn-spawner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue