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
parent 581d5208ca
commit d4cfbd020d
16 changed files with 322 additions and 325 deletions

View File

@@ -1,6 +1,6 @@
import { describe, expect, test } from "bun:test"
import { Deferred, Effect, Exit, Fiber, Ref, Scope } from "effect"
import { Runner } from "../../src/effect/runner"
import { Runner } from "../../src/effect"
import { it } from "../lib/effect"
describe("Runner", () => {