Files
liquidjs/test/integration
Yang JunandCursor 1318b3f3ed fix: propagate ownPropertyOnly into Context.spawn() for {% render %}
Child contexts from spawn() re-derived ownPropertyOnly from Liquid opts
only, dropping per-render RenderOptions overrides. That broke the contract
that parseAndRender(..., { ownPropertyOnly: true }) locks down a single
render, including partials loaded via {% render %}.

Add regression test matching prototype-chain leak PoC.

Co-authored-by: Cursor <[email protected]>
2026-05-03 21:58:55 +08:00
..