feat: unwrap effect namespaces to flat exports + barrel (#22745)

This commit is contained in:
Kit Langton 2026-04-15 23:29:12 -04:00 committed by GitHub
commit d4cfbd020d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 318 additions and 321 deletions

View file

@ -15,7 +15,7 @@ import type { SystemError } from "bun"
import type { Provider } from "@/provider"
import { ModelID, ProviderID } from "@/provider/schema"
import { Effect } from "effect"
import { EffectLogger } from "@/effect/logger"
import { EffectLogger } from "@/effect"
/** Error shape thrown by Bun's fetch() when gzip/br decompression fails mid-stream */
interface FetchDecompressionError extends Error {