Files
zopu-code/repos/effect-smol/.changeset/reuse-httpapi-response-schemas.md

8 lines
240 B
Markdown

---
"effect": patch
---
Reuse HttpApi response schemas.
`HttpApiBuilder` looked up cached response schemas by their source AST but stored them by the transformed AST, so the cache normally missed. It now uses the source AST consistently.