refactor: unwrap UI namespace + self-reexport (#22951)
This commit is contained in:
@@ -3,7 +3,6 @@ import { EOL } from "os"
|
||||
import { NamedError } from "@opencode-ai/shared/util/error"
|
||||
import { logo as glyphs } from "./logo"
|
||||
|
||||
export namespace UI {
|
||||
const wordmark = [
|
||||
`⠀ ▄ `,
|
||||
`█▀▀█ █▀▀█ █▀▀█ █▀▀▄ █▀▀▀ █▀▀█ █▀▀█ █▀▀█`,
|
||||
@@ -130,4 +129,5 @@ export namespace UI {
|
||||
export function markdown(text: string): string {
|
||||
return text
|
||||
}
|
||||
}
|
||||
|
||||
export * as UI from "./ui"
|
||||
|
||||
Reference in New Issue
Block a user