mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
fix: resolve circular sibling imports causing runtime ReferenceError (#22752)
This commit is contained in:
parent
509bc11f81
commit
0e20382396
23 changed files with 28 additions and 28 deletions
|
|
@ -8,7 +8,7 @@ import { Log } from "../util"
|
|||
import { Process } from "../util"
|
||||
import { LANGUAGE_EXTENSIONS } from "./language"
|
||||
import z from "zod"
|
||||
import type { LSPServer } from "."
|
||||
import type * as LSPServer from "./server"
|
||||
import { NamedError } from "@opencode-ai/shared/util/error"
|
||||
import { withTimeout } from "../util/timeout"
|
||||
import { Instance } from "../project/instance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue