refactor(core): remove schema forwarding facades (#33577)
This commit is contained in:
parent
6298db7a77
commit
57895586c2
12 changed files with 31 additions and 70 deletions
|
|
@ -1,10 +0,0 @@
|
|||
import { FileSystem } from "@opencode-ai/schema/filesystem"
|
||||
|
||||
export const Entry = FileSystem.Entry
|
||||
export type Entry = FileSystem.Entry
|
||||
|
||||
export const Submatch = FileSystem.Submatch
|
||||
export type Submatch = FileSystem.Submatch
|
||||
|
||||
export const Match = FileSystem.Match
|
||||
export type Match = FileSystem.Match
|
||||
Loading…
Add table
Add a link
Reference in a new issue