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 2554 additions and 2557 deletions

View File

@@ -1,7 +1,7 @@
import { describe, expect, test, beforeEach } from "bun:test"
import path from "path"
import { LSPClient } from "../../src/lsp/client"
import { LSPServer } from "../../src/lsp/server"
import { LSPClient } from "../../src/lsp"
import { LSPServer } from "../../src/lsp"
import { Instance } from "../../src/project/instance"
import { Log } from "../../src/util"