feat: unwrap lsp namespaces to flat exports + barrel (#22748)

This commit is contained in:
Kit Langton
2026-04-15 23:30:52 -04:00
committed by GitHub
parent f24207844f
commit 509bc11f81
8 changed files with 2541 additions and 2544 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { describe, expect, spyOn } from "bun:test"
import path from "path"
import { Effect, Layer } from "effect"
import { LSP } from "../../src/lsp"
import { LSPServer } from "../../src/lsp/server"
import { LSPServer } from "../../src/lsp"
import * as CrossSpawnSpawner from "../../src/effect/cross-spawn-spawner"
import { provideTmpdirInstance } from "../fixture/fixture"
import { testEffect } from "../lib/effect"