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

240 B

effect
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.