refactor(core): support tiered layer nodes (#33937)
This commit is contained in:
@@ -504,6 +504,10 @@ export const defaultLayer = layer.pipe(
|
||||
|
||||
export * as Diagnostic from "./diagnostic"
|
||||
|
||||
export const node = LayerNode.make(layer, [Config.node, RuntimeFlags.node, FSUtil.node, EventV2Bridge.node])
|
||||
export const node = LayerNode.make({
|
||||
service: Service,
|
||||
layer: layer,
|
||||
deps: [Config.node, RuntimeFlags.node, FSUtil.node, EventV2Bridge.node],
|
||||
})
|
||||
|
||||
export * as LSP from "./lsp"
|
||||
|
||||
Reference in New Issue
Block a user