feat: unwrap Archive namespace to flat exports + barrel (#22722)

This commit is contained in:
Kit Langton
2026-04-15 22:52:34 -04:00
committed by GitHub
parent 1508196c0f
commit 665a843086
3 changed files with 12 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ import fs from "fs/promises"
import { Filesystem } from "../util/filesystem"
import { Instance } from "../project/instance"
import { Flag } from "../flag/flag"
import { Archive } from "../util/archive"
import { Archive } from "../util"
import { Process } from "../util/process"
import { which } from "../util/which"
import { Module } from "@opencode-ai/shared/util/module"