Commit 95d7f39
committed
fix(prisma-next): restore readInstallSql re-export + guard contractSpace (typecheck)
The prior commit removed `readInstallSql` from eql-bundle-v3's re-export, but the
live-test helpers (`test/live/helpers/eql-v3.ts`, `migration-apply-live-pg.test.ts`)
import it from there — a TS2459 the vitest run misses (live suites are skipped)
but the `typecheck` CI step catches. Re-export it. Also non-null-guard
`contractSpace` in the new descriptor-injection test (`contractSpace!`), matching
descriptor.test.ts. typecheck exits 0; 601 tests green.
Claude-Session: https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w1 parent 1209425 commit 95d7f39
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments