feat: unwrap project namespaces to flat exports + barrel (#22743)

This commit is contained in:
Kit Langton
2026-04-15 23:28:46 -04:00
committed by GitHub
parent 0beaf04df5
commit a427a28fa9
18 changed files with 655 additions and 657 deletions

View File

@@ -8,7 +8,7 @@ import { AppRuntime } from "../../src/effect/app-runtime"
import { FileWatcher } from "../../src/file/watcher"
import { Instance } from "../../src/project/instance"
import { GlobalBus } from "../../src/bus/global"
import { Vcs } from "../../src/project/vcs"
import { Vcs } from "../../src/project"
// Skip in CI — native @parcel/watcher binding needed
const describeVcs = FileWatcher.hasNativeBinding() && !process.env.CI ? describe : describe.skip