Commit 4f9075a
committed
chore(spec): record the five new exports in the public API surface snapshot
`check:api-surface` gates `@objectstack/spec`'s public exports against a checked-in
snapshot. The expression-slot ledger adds five — `FLOW_NODE_EXPRESSION_PATHS`,
`FlowNodeExpressionPath`, `FlowNodeExpressionRole`, `ResolvedFlowNodeExpression`
and `resolveFlowNodeExpressions` — so the snapshot needed regenerating.
Additive only: 0 breaking (nothing removed or narrowed), 5 added. `+5` lines and
nothing else changed.
Every step of the `TypeScript Type Check` job now passes locally: spec `tsc
--noEmit`, `check:docs`, `check:skill-refs`, `check:react-blocks`, the workspace
build, examples typecheck, downstream-contract typecheck, `check:api-surface` and
`check:skill-examples` — plus the other six spec `check:*` gates.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QoA8AV99Ss1RRkLLAYmDzq1 parent 3db558a commit 4f9075a
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2090 | 2090 | | |
2091 | 2091 | | |
2092 | 2092 | | |
| 2093 | + | |
2093 | 2094 | | |
2094 | 2095 | | |
2095 | 2096 | | |
2096 | 2097 | | |
2097 | 2098 | | |
2098 | 2099 | | |
2099 | 2100 | | |
| 2101 | + | |
| 2102 | + | |
2100 | 2103 | | |
2101 | 2104 | | |
2102 | 2105 | | |
| |||
2133 | 2136 | | |
2134 | 2137 | | |
2135 | 2138 | | |
| 2139 | + | |
2136 | 2140 | | |
2137 | 2141 | | |
2138 | 2142 | | |
| |||
2187 | 2191 | | |
2188 | 2192 | | |
2189 | 2193 | | |
| 2194 | + | |
2190 | 2195 | | |
2191 | 2196 | | |
2192 | 2197 | | |
| |||
0 commit comments